Searched refs:authorizedAccounts (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_data_storage.cpp | 38 …ountDataStorage::GetAccessibleAccountsFromAuthorizedAccounts(const std::string &authorizedAccounts, in GetAccessibleAccountsFromAuthorizedAccounts() argument 43 auto jsonObject = Json::parse(authorizedAccounts, nullptr, false); in GetAccessibleAccountsFromAuthorizedAccounts() 61 std::string authorizedAccounts; in GetAccessibleAccountsFromDataStorage() local 62 ErrCode result = GetValueFromKvStore(AUTHORIZED_ACCOUNTS, authorizedAccounts); in GetAccessibleAccountsFromDataStorage() 67 …GetAccessibleAccountsFromAuthorizedAccounts(authorizedAccounts, authorizedApp, accessibleAccounts); in GetAccessibleAccountsFromDataStorage()
|
H A D | app_account_control_manager.cpp | 1517 std::string authorizedAccounts; in SaveAuthorizedAccountIntoDataStorage() local 1519 authorizedAccounts); in SaveAuthorizedAccountIntoDataStorage() 1526 authorizedAccounts, authorizedApp, accessibleAccounts); in SaveAuthorizedAccountIntoDataStorage() 1541 authorizedAccounts = jsonObject.dump(); in SaveAuthorizedAccountIntoDataStorage() 1547 result = dataStoragePtr->PutValueToKvStore(AUTHORIZED_ACCOUNTS, authorizedAccounts); in SaveAuthorizedAccountIntoDataStorage() 1562 std::string authorizedAccounts; in RemoveAuthorizedAccountFromDataStorage() local 1564 authorizedAccounts); in RemoveAuthorizedAccountFromDataStorage() 1571 authorizedAccounts, authorizedApp, accessibleAccounts); in RemoveAuthorizedAccountFromDataStorage() 1586 authorizedAccounts = jsonObject.dump(); in RemoveAuthorizedAccountFromDataStorage() 1592 result = dataStoragePtr->PutValueToKvStore(AUTHORIZED_ACCOUNTS, authorizedAccounts); in RemoveAuthorizedAccountFromDataStorage()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_sync_module_test.cpp | 286 std::string authorizedAccounts; variable 287 result = dataStoragePtr->GetValueFromKvStore(AUTHORIZED_ACCOUNTS, authorizedAccounts); 290 auto jsonObject = Json::parse(authorizedAccounts, nullptr, false); 337 std::string authorizedAccounts; variable 339 authorizedAccounts); 342 auto jsonObject = Json::parse(authorizedAccounts, nullptr, false); 388 std::string authorizedAccounts; variable 390 authorizedAccounts); 393 auto jsonObject = Json::parse(authorizedAccounts, nullptr, false);
|
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_data_storage.h | 30 Json GetAccessibleAccountsFromAuthorizedAccounts(const std::string &authorizedAccounts,
|