Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp58 ErrCode err = QueryOsAccount(activeAccountId); in GetCallerAppIdFromBms()
114 ErrCode err = QueryOsAccount(activeAccountId); in QueryAbilityInfo()
136 ErrCode err = QueryOsAccount(activeAccountId); in QueryExtensionAbilityInfo()
222 ErrCode err = QueryOsAccount(activeAccountId); in GetLocalBundleInfo()
244 ErrCode ret = QueryOsAccount(activeAccountId); in GetLocalBundleInfoV9()
267 ErrCode ret = QueryOsAccount(activeAccountId); in GetContinueBundle4Src()
355 ErrCode err = QueryOsAccount(activeAccountId); in CheckIfRemoteCanInstall()
403 ErrCode err = QueryOsAccount(activeAccountId); in GetUidFromBms()
490 ErrCode BundleManagerInternal::QueryOsAccount(int32_t& activeAccountId) in QueryOsAccount() function in OHOS::DistributedSchedule::BundleManagerInternal
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h70 static ErrCode QueryOsAccount(int32_t& activeAccountId);
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h385 napi_value QueryOsAccount(napi_env env, napi_callback_info cbInfo);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h213 ErrCode QueryOsAccount(int32_t& activeAccountId);
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp105 DECLARE_NAPI_FUNCTION("queryOsAccount", QueryOsAccount),
1732 napi_value QueryOsAccount(napi_env env, napi_callback_info cbInfo) in QueryOsAccount() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2354 ErrCode DistributedSchedService::QueryOsAccount(int32_t& activeAccountId) in QueryOsAccount() function in OHOS::DistributedSchedule::DistributedSchedService
2928 err = QueryOsAccount(activeAccountId); in StartFreeInstallFromRemote()
2988 err = QueryOsAccount(activeAccountId); in StartAbility()
3379 ErrCode err = QueryOsAccount(activeAccountId); in StopExtensionAbilityFromRemote()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp1020 ret = DistributedSchedService::GetInstance().QueryOsAccount(activeAccountId); in StartAbility()