Searched refs:IsUserIdExist (Results 1 – 7 of 7) sorted by relevance
64 fn IsUserIdExist(userId: i32, exist: &mut bool) -> bool; in IsUserIdExist() function83 if IsUserIdExist(user_id, &mut exist) { in is_user_id_exist()
26 bool IsUserIdExist(int32_t userId, bool *exist);
114 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
35 bool IsUserIdExist(int32_t userId, bool *exist) in IsUserIdExist() function
61 ret = DefaultAppMgr::GetInstance().IsUserIdExist(reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
64 bool IsUserIdExist(int32_t userId) const;
1569 bool ret = DefaultAppMgr::GetInstance().IsUserIdExist(USER_ID);