Home
last modified time | relevance | path

Searched refs:isAccountExists (Results 1 - 4 of 4) sorted by relevance

/base/notification/common_event_service/services/src/
H A Dos_account_manager_helper.cpp55 bool isAccountExists = false; in CheckUserExists() local
56 int32_t ret = OHOS::AccountSA::OsAccountManager::IsOsAccountExists(userId, isAccountExists); in CheckUserExists()
60 return isAccountExists; in CheckUserExists()
/base/notification/distributed_notification_service/services/ans/src/
H A Dos_account_manager_helper.cpp101 bool isAccountExists = false; in CheckUserExists() local
102 int32_t ret = OHOS::AccountSA::OsAccountManager::IsOsAccountExists(userId, isAccountExists); in CheckUserExists()
110 ANS_LOGD("Call IsOsAccountExists Success, user = %{public}d userExists = %{public}d", userId, isAccountExists); in CheckUserExists()
111 return isAccountExists; in CheckUserExists()
/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp462 int32_t UsbRightManager::IsOsAccountExists(int32_t id, bool &isAccountExists) in IsOsAccountExists() argument
464 int32_t ret = AccountSA::OsAccountManager::IsOsAccountExists(id, isAccountExists); in IsOsAccountExists()
650 bool isAccountExists = false; in CleanUpRightUserDeleted() local
669 ret = IsOsAccountExists(uid, isAccountExists); in CleanUpRightUserDeleted()
674 if (!isAccountExists) { in CleanUpRightUserDeleted()
/base/usb/usb_manager/services/native/include/
H A Dusb_right_manager.h55 static int32_t IsOsAccountExists(int32_t id, bool &isAccountExists);

Completed in 3 milliseconds