Home
last modified time | relevance | path

Searched refs:IsOsAccountExists (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Daccount_helper.h25 static int32_t IsOsAccountExists(const int32_t id, bool &isOsAccountExists);
/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/src/
H A Dos_account_manager_wrapper.cpp69 ErrCode OsAccountManagerWrapper::IsOsAccountExists(const int id, bool &isOsAccountExists) in IsOsAccountExists() function in OHOS::AppExecFwk::OsAccountManagerWrapper
77 return AccountSA::OsAccountManager::IsOsAccountExists(id, isOsAccountExists); in IsOsAccountExists()
/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/include/
H A Dos_account_manager_wrapper.h63 ErrCode IsOsAccountExists(const int id, bool &isOsAccountExists);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Daccount_helper.cpp27 int32_t AccountHelper::IsOsAccountExists(const int32_t id, bool &isOsAccountExists) in IsOsAccountExists() function in OHOS::AppExecFwk::AccountHelper
H A Dbundle_mgr_service.cpp471 if (AccountHelper::IsOsAccountExists(userId, isExists) != ERR_OK) { in CheckAllUser()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/accounthelper_fuzzer/
H A Daccounthelper_fuzzer.cpp31 AccountHelper::IsOsAccountExists(id, isOsAccountExists); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/os_account_manager_wrapper_test/
H A Dos_account_manager_wrapper_test.cpp85 DelayedSingleton<OsAccountManagerWrapper>::GetInstance()->IsOsAccountExists(ACCOUNT_VALUE, isOsAccountExists); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_controller.cpp263 auto errCode = DelayedSingleton<OsAccountManagerWrapper>::GetInstance()->IsOsAccountExists(userId, isExist); in IsExistOsAccount()

Completed in 4 milliseconds