Home
last modified time | relevance | path

Searched refs:GetAppMgr (Results 1 - 25 of 35) sorted by relevance

12

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_app_state_aware.cpp62 sptr<AppExecFwk::IAppMgr> WifiAppStateAware::GetAppMgr() in GetAppMgr() function in OHOS::Wifi::WifiAppStateAware
98 auto appMgrProxy = GetAppMgr(); in RegisterAppStateObserver()
100 WIFI_LOGI("%{public}s GetAppMgr fail", __func__); in RegisterAppStateObserver()
117 auto appMgrProxy = GetAppMgr(); in UnSubscribeAppState()
119 WIFI_LOGI("%{public}s GetAppMgr fail", __func__); in UnSubscribeAppState()
146 auto appMgrProxy = GetAppMgr(); in GetProcessRunningInfos()
148 WIFI_LOGE("%{public}s GetAppMgr failed", __FUNCTION__); in GetProcessRunningInfos()
161 auto appMgrProxy = GetAppMgr(); in IsForegroundApp()
163 WIFI_LOGE("%{public}s GetAppMgr failed", __FUNCTION__); in IsForegroundApp()
179 auto appMgrProxy = GetAppMgr(); in IsForegroundApp()
[all...]
H A Dwifi_app_state_aware.h41 sptr<AppExecFwk::IAppMgr> GetAppMgr();
/foundation/multimodalinput/input/service/app_state_manager/test/
H A Dapp_state_observer_test.cpp70 * @tc.desc: Verify the first and non-first entry into the GetAppMgr function
78 auto appManager = obsever.GetAppMgr(); in HWTEST_F()
80 appManager = obsever.GetAppMgr(); in HWTEST_F()
98 auto appManager = obsever.GetAppMgr(); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/
H A Dmulti_app_utils_test.cpp53 auto appMgr = AppMgrUtil::GetAppMgr(); in HWTEST_F()
81 auto appMgr = AppMgrUtil::GetAppMgr(); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dapp_mgr_util.h30 * GetAppMgr, get app mgr.
34 static sptr<OHOS::AppExecFwk::IAppMgr> GetAppMgr();
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/src/
H A Dmock_app_mgr_utils.cpp24 OHOS::sptr<AppExecFwk::IAppMgr> AppMgrUtil::GetAppMgr() in GetAppMgr() function in OHOS::AAFwk::AppMgrUtil
/foundation/ability/form_fwk/services/src/
H A Dform_ability_connection_reporter.cpp59 auto appMgr = GetAppMgr(); in ReportFormAbilityConnection()
97 sptr<OHOS::AppExecFwk::IAppMgr> FormAbilityConnectionReporter::GetAppMgr() in GetAppMgr() function in OHOS::AppExecFwk::FormAbilityConnectionReporter
H A Dform_ability_connection.cpp124 sptr<OHOS::AppExecFwk::IAppMgr> FormAbilityConnection::GetAppMgr() in GetAppMgr() function in OHOS::AppExecFwk::FormAbilityConnection
146 auto appMgr = GetAppMgr(); in onFormAppConnect()
/foundation/multimodalinput/input/service/app_state_manager/src/
H A Dapp_state_observer.cpp43 OHOS::sptr<OHOS::AppExecFwk::IAppMgr> ApplicationStateObserver::GetAppMgr() in GetAppMgr() function in OHOS::MMI::ApplicationStateObserver
63 auto appMgr = GetAppMgr(); in GetForegroundApplicationInfo()
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dapp_mgr_util.cpp25 OHOS::sptr<OHOS::AppExecFwk::IAppMgr> AppMgrUtil::GetAppMgr() in GetAppMgr() function in OHOS::AAFwk::AppMgrUtil
H A Dmulti_app_utils.cpp28 auto appMgr = AppMgrUtil::GetAppMgr(); in GetRunningMultiAppIndex()
30 TAG_LOGW(AAFwkTag::ABILITYMGR, "AppMgrUtil::GetAppMgr failed"); in GetRunningMultiAppIndex()
H A Dmulti_instance_utils.cpp87 auto appMgr = AppMgrUtil::GetAppMgr(); in IsInstanceKeyExist()
H A Dwant_utils.cpp89 auto appMgr = AppMgrUtil::GetAppMgr(); in GetAppIndex()
91 TAG_LOGW(AAFwkTag::ABILITYMGR, "AppMgrUtil::GetAppMgr failed"); in GetAppIndex()
/foundation/ability/form_fwk/services/include/
H A Dform_ability_connection_reporter.h63 sptr<OHOS::AppExecFwk::IAppMgr> GetAppMgr();
H A Dform_ability_connection.h155 sptr<OHOS::AppExecFwk::IAppMgr> GetAppMgr();
/foundation/multimodalinput/input/service/app_state_manager/include/
H A Dapp_state_observer.h41 OHOS::sptr<OHOS::AppExecFwk::IAppMgr> GetAppMgr();
/foundation/ability/form_fwk/test/fuzztest/formabilityconnectionreporter_fuzzer/
H A Dformabilityconnectionreporter_fuzzer.cpp46 formAbilityConnectionReporter.GetAppMgr(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Ddisposed_rule_interceptor.h45 sptr<AppExecFwk::IAppMgr> GetAppMgr();
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_exception_handler.cpp59 auto appMgr = AppMgrUtil::GetAppMgr(); in RegisterAppExceptionCallback()
61 TAG_LOGW(AAFwkTag::ABILITYMGR, "AppMgrUtil::GetAppMgr failed"); in RegisterAppExceptionCallback()
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Ddisposed_rule_interceptor.cpp181 sptr<OHOS::AppExecFwk::IAppMgr> appManager = GetAppMgr(); in StartNonBlockRule()
208 sptr<OHOS::AppExecFwk::IAppMgr> DisposedRuleInterceptor::GetAppMgr() in GetAppMgr() function in OHOS::AAFwk::DisposedRuleInterceptor
240 sptr<OHOS::AppExecFwk::IAppMgr> appManager = interceptor->GetAppMgr(); in UnregisterObserver()
/foundation/multimodalinput/input/intention/ipc/socket/include/
H A Dsocket_session_manager.h70 sptr<AppExecFwk::IAppMgr> GetAppMgr();
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp123 sptr<AppExecFwk::IAppMgr> appMgr = GetAppMgr(); in StartChildProcessWithArgs()
125 TAG_LOGE(AAFwkTag::PROCESSMGR, "GetAppMgr failed"); in StartChildProcessWithArgs()
155 sptr<AppExecFwk::IAppMgr> appMgr = GetAppMgr(); in StartNativeChildProcessByAppSpawnFork()
157 TAG_LOGE(AAFwkTag::PROCESSMGR, "GetAppMgr failed"); in StartNativeChildProcessByAppSpawnFork()
435 sptr<AppExecFwk::IAppMgr> appMgr = GetAppMgr(); in HasChildProcessRecord()
437 TAG_LOGE(AAFwkTag::PROCESSMGR, "GetAppMgr failed"); in HasChildProcessRecord()
444 sptr<AppExecFwk::IAppMgr> ChildProcessManager::GetAppMgr() in GetAppMgr() function in OHOS::AbilityRuntime::ChildProcessManager
453 TAG_LOGE(AAFwkTag::PROCESSMGR, "GetAppMgr failed"); in GetAppMgr()
/foundation/ability/form_fwk/test/fuzztest/formabilityconnection_fuzzer/
H A Dformabilityconnection_fuzzer.cpp62 formAbilityConnection.GetAppMgr(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager.h78 sptr<AppExecFwk::IAppMgr> GetAppMgr();
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrdisposedruleinterceptor_fuzzer/
H A Dabilitymgrdisposedruleinterceptor_fuzzer.cpp87 executer-> GetAppMgr(); in DoSomethingInterestingWithMyAPI()

Completed in 9 milliseconds

12