Home
last modified time | relevance | path

Searched refs:isOsAccountExists (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/os_account_manager_wrapper_test/
H A Dos_account_manager_wrapper_test.cpp84 bool isOsAccountExists = false; in HWTEST_F() local
85 DelayedSingleton<OsAccountManagerWrapper>::GetInstance()->IsOsAccountExists(ACCOUNT_VALUE, isOsAccountExists); in HWTEST_F()
86 EXPECT_EQ(isOsAccountExists, false); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Daccount_helper.cpp27 int32_t AccountHelper::IsOsAccountExists(const int32_t id, bool &isOsAccountExists) in IsOsAccountExists() argument
30 return AccountSA::OsAccountManager::IsOsAccountCompleted(id, isOsAccountExists); in IsOsAccountExists()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/accounthelper_fuzzer/
H A Daccounthelper_fuzzer.cpp30 bool isOsAccountExists = true; in DoSomethingInterestingWithMyAPI() local
31 AccountHelper::IsOsAccountExists(id, isOsAccountExists); in DoSomethingInterestingWithMyAPI()
/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() argument
73 isOsAccountExists = (id == DEFAULT_OS_ACCOUNT_ID); in IsOsAccountExists()
77 return AccountSA::OsAccountManager::IsOsAccountExists(id, isOsAccountExists); in IsOsAccountExists()
/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/include/
H A Dos_account_manager_wrapper.h60 * @param isOsAccountExists Indicates whether the specified OS account exists.
63 ErrCode IsOsAccountExists(const int id, bool &isOsAccountExists);

Completed in 2 milliseconds