Home
last modified time | relevance | path

Searched defs:IsUserIdExist (Results 1 – 3 of 3) 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
/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/services/bundlemgr/src/default_app/
H A Ddefault_app_mgr.cpp695 bool DefaultAppMgr::IsUserIdExist(int32_t userId) const in IsUserIdExist() function in OHOS::AppExecFwk::DefaultAppMgr