Home
last modified time | relevance | path

Searched refs:allowedAccounts (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_common.cpp33 if (!parcel.WriteUint32(allowedAccounts.size())) { in Marshalling()
36 for (auto item : allowedAccounts) { in Marshalling()
75 allowedAccounts.push_back(std::make_pair(name, type)); in ReadFromParcel()
H A Dapp_account.cpp500 …options.allowedAccounts, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedAccounts array is oversi… in SelectAccountsByOptions()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h43 std::vector<std::pair<std::string, std::string>> allowedAccounts; member
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-account.md24 | ohos.account.appAccount | SelectAccountsOptions | allowedAccounts?: Array\<AppAccountInfo>, | 新增 |
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp207 option1.allowedAccounts.emplace_back(std::pair<std::string, std::string>(key, value));
H A Dapp_account_manager_test.cpp1826 options.allowedAccounts.clear();
1830 options.allowedAccounts.emplace_back(testAccountOwner, testAccountName);
1834 options.allowedAccounts.emplace_back("test_name_oversize", "test_owner_oversize");
1839 options.allowedAccounts.clear();
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-account.md24 | ohos.account.appAccount | SelectAccountsOptions | allowedAccounts?: Array\<AppAccountInfo>, | Add…
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp980 std::set<std::string> allowedAccounts; in SelectAccountsByOptions() local
981 for (auto account : options.allowedAccounts) { in SelectAccountsByOptions()
982 allowedAccounts.emplace(account.first + "_" + account.second); in SelectAccountsByOptions()
997 if (options.hasAccounts && allowedAccounts.count(owner + "_" + account.GetName()) == 0) { in SelectAccountsByOptions()
H A Dapp_account_stub.cpp925 RETURN_IF_STRING_IS_OVERSIZE(options->allowedAccounts, in ProcSelectAccountsByOptions()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp1033 if (!ParseAccountVector(env, value, options.allowedAccounts)) { in ParseSelectAccountsOptions()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-account.md340 …countsOptions;<br>方法or属性:allowedAccounts?: Array\<AppAccountInfo>;<br>旧版本信息:|类名:SelectAccountsOpti…
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_test.cpp2423 options.allowedAccounts.emplace_back("test_key", "value");
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-account.md77 |新增|NA|类名:SelectAccountsOptions;<br>方法or属性:allowedAccounts?: Array\<AppAccountInfo>;|@ohos.account.…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-account.md340allowedAccounts?: Array\<AppAccountInfo>;<br>Old version information: |Class name: SelectAccounts…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-account.md77 |Added|NA|Class name: SelectAccountsOptions;<br>Method or attribute name: allowedAccounts?: Array\<…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-appAccount.md4809 | allowedAccounts | Array&lt;[AppAccountInfo](#appaccountinfo)&gt; | 否 | 允许的账号数组,默认为空。 |
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-appAccount.md4809 | allowedAccounts | Array&lt;[AppAccountInfo](#appaccountinfo)&gt; | No | Array of allowed accoun…