Home
last modified time | relevance | path

Searched defs:GetOsAccountLocalIdFromUid (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/request/request/services/include/
H A Daccount.h72 inline ErrCode GetOsAccountLocalIdFromUid(const int uid, int &id) in GetOsAccountLocalIdFromUid() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Daccount_helper.cpp70 int32_t AccountHelper::GetOsAccountLocalIdFromUid(const int32_t callingUid) in GetOsAccountLocalIdFromUid() function in OHOS::AppExecFwk::AccountHelper
/ohos5.0/base/notification/common_event_service/services/src/
H A Dos_account_manager_helper.cpp43 ErrCode OsAccountManagerHelper::GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id) in GetOsAccountLocalIdFromUid() function in OHOS::EventFwk::OsAccountManagerHelper
/ohos5.0/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/
H A Dmock_os_account_manager_helper.cpp75 ErrCode OsAccountManagerHelper::GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id) in GetOsAccountLocalIdFromUid() function in OHOS::EventFwk::OsAccountManagerHelper
/ohos5.0/base/inputmethod/imf/services/adapter/os_account_adapter/src/
H A Dos_account_adapter.cpp53 int32_t OsAccountAdapter::GetOsAccountLocalIdFromUid(int32_t uid) in GetOsAccountLocalIdFromUid() function in OHOS::MiscServices::OsAccountAdapter
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/src/
H A Dos_account_manager_wrapper.cpp45 ErrCode OsAccountManagerWrapper::GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id) in GetOsAccountLocalIdFromUid() function in OHOS::AppExecFwk::OsAccountManagerWrapper
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_dialog_test/
H A Dmock_os_account_manager_annex.cpp85 ErrCode OsAccountManager::GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &id) in GetOsAccountLocalIdFromUid() function in OHOS::AccountSA::OsAccountManager
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dos_account_manager_helper.cpp28 ErrCode OsAccountManagerHelper::GetOsAccountLocalIdFromUid(const int32_t uid, int32_t &userId) in GetOsAccountLocalIdFromUid() function in OHOS::Notification::OsAccountManagerHelper
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/fuzzconfig/
H A Dconfig.json33 "GetOsAccountLocalIdFromUid": [], array
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp111 ErrCode OsAccountManager::GetOsAccountLocalIdFromUid(const int uid, int &id) in GetOsAccountLocalIdFromUid() function in OHOS::AccountSA::OsAccountManager
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_permission_service_test.cpp207 ErrCode OsAccountManager::GetOsAccountLocalIdFromUid(const int uid, int &id) in GetOsAccountLocalIdFromUid() function in OHOS::AccountSA::OsAccountManager
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp870 napi_value GetOsAccountLocalIdFromUid(napi_env env, napi_callback_info cbInfo) in GetOsAccountLocalIdFromUid() function