Searched refs:accountId (Results 1 – 5 of 5) sorted by relevance
17 EXPECT_TRUE(res.accountId() == account_id); in TEST()26 EXPECT_TRUE(res.accountId().empty()); in TEST()
40 EXPECT_TRUE(out.result().accountId() == "123456789"); in TEST()55 EXPECT_TRUE(out.result().accountId() == "123456789"); in TEST()71 EXPECT_TRUE(out.result().accountId() == "123456789"); in TEST()100 EXPECT_TRUE(out.result().accountId() == "123456789"); in TEST()
31 std::string accountId();
89 void setAccountId(const std::string& accountId) { accountId_ = accountId; } in setAccountId() argument
35 std::string GetCallerIdentityResult::accountId() { return accountId_; } in accountId() function in GetCallerIdentityResult
Completed in 7 milliseconds