Home
last modified time | relevance | path

Searched refs:GetCallingUserId (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager_host_impl.cpp326 int32_t AppControlManagerHostImpl::GetCallingUserId() in GetCallingUserId() function in OHOS::AppExecFwk::AppControlManagerHostImpl
343 userId = GetCallingUserId(); in SetDisposedStatus()
368 userId = GetCallingUserId(); in DeleteDisposedStatus()
382 userId = GetCallingUserId(); in DeleteDisposedStatus()
402 userId = GetCallingUserId(); in GetDisposedStatus()
474 userId = GetCallingUserId(); in GetDisposedRule()
506 userId = GetCallingUserId(); in SetDisposedRule()
556 userId = GetCallingUserId(); in GetDisposedRuleForCloneApp()
592 userId = GetCallingUserId(); in SetDisposedRuleForCloneApp()
621 userId = GetCallingUserId(); in DeleteDisposedRuleForCloneApp()
[all...]
/foundation/arkui/ui_appearance/services/src/
H A Dui_appearance_ability.cpp295 int32_t UiAppearanceAbility::GetCallingUserId() in GetCallingUserId() function in OHOS::ArkUi::UiAppearance::UiAppearanceAbility
450 auto userId = GetCallingUserId(); in SetDarkMode()
492 auto it = usersParam_.find(GetCallingUserId()); in GetDarkMode()
540 return OnSetFontScale(GetCallingUserId(), fontScale); in SetFontScale()
555 auto it = usersParam_.find(GetCallingUserId()); in GetFontScale()
607 return OnSetFontWeightScale(GetCallingUserId(), fontWeightScale); in SetFontWeightScale()
622 auto it = usersParam_.find(GetCallingUserId()); in GetFontWeightScale()
/foundation/arkui/ui_appearance/services/include/
H A Dui_appearance_ability.h75 int32_t GetCallingUserId();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_control/
H A Dapp_control_manager_host_impl.h91 int32_t GetCallingUserId();
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1031 int32_t ret = GetCallingUserId(userId); in SendHttpProxyChangeBroadcast()
2099 int32_t ret = GetCallingUserId(userId); in SetGlobalHttpProxy()
2135 int32_t NetConnService::GetCallingUserId(int32_t &userId) in GetCallingUserId() function in OHOS::NetManagerStandard::NetConnService
2200 int32_t ret = GetCallingUserId(userId); in LoadGlobalHttpProxy()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h483 int32_t GetCallingUserId(int32_t &userId);
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_conn_service_test.cpp676 int32_t ret = NetConnService::GetInstance()->GetCallingUserId(userId); in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp677 int32_t ret = NetConnService::GetInstance()->GetCallingUserId(userId); in HWTEST_F()

Completed in 17 milliseconds