Home
last modified time | relevance | path

Searched refs:accountId (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Dsts_model_getcalleridentity_result_ut.cc17 EXPECT_TRUE(res.accountId() == account_id); in TEST()
26 EXPECT_TRUE(res.accountId().empty()); in TEST()
A Dstsclient_ut.cc40 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()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/sts/model/
A DGetCallerIdentityResult.h31 std::string accountId();
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DInventoryConfiguration.h89 void setAccountId(const std::string& accountId) { accountId_ = accountId; } in setAccountId() argument
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/sts/model/
A DGetCallerIdentityResult.cc35 std::string GetCallerIdentityResult::accountId() { return accountId_; } in accountId() function in GetCallerIdentityResult

Completed in 7 milliseconds