Home
last modified time | relevance | path

Searched refs:IsUserIdExist (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/asset/services/common/src/
H A Dlib.rs64 fn IsUserIdExist(userId: i32, exist: &mut bool) -> bool; in IsUserIdExist() function
83 if IsUserIdExist(user_id, &mut exist) { in is_user_id_exist()
/ohos5.0/base/security/asset/services/os_dependency/inc/
H A Dos_account_wrapper.h26 bool IsUserIdExist(int32_t userId, bool *exist);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_mgr.cpp114 if (!IsUserIdExist(userId)) { in IsDefaultApplication()
184 if (!IsUserIdExist(userId)) { in GetDefaultApplication()
225 if (!IsUserIdExist(userId)) { in SetDefaultApplication()
300 if (!IsUserIdExist(userId)) { in ResetDefaultApplication()
695 bool DefaultAppMgr::IsUserIdExist(int32_t userId) const in IsUserIdExist() function in OHOS::AppExecFwk::DefaultAppMgr
/ohos5.0/base/security/asset/services/os_dependency/src/
H A Dos_account_wrapper.cpp35 bool IsUserIdExist(int32_t userId, bool *exist) in IsUserIdExist() function
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultappmgr_fuzzer/
H A Ddefaultappmgr_fuzzer.cpp61 ret = DefaultAppMgr::GetInstance().IsUserIdExist(reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/
H A Ddefault_app_mgr.h64 bool IsUserIdExist(int32_t userId) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H A Dbms_bundle_default_app_test.cpp1569 bool ret = DefaultAppMgr::GetInstance().IsUserIdExist(USER_ID);