/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_app_state_aware.cpp | 62 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 D | wifi_app_state_aware.h | 41 sptr<AppExecFwk::IAppMgr> GetAppMgr();
|
/foundation/multimodalinput/input/service/app_state_manager/test/ |
H A D | app_state_observer_test.cpp | 70 * @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 D | multi_app_utils_test.cpp | 53 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 D | app_mgr_util.h | 30 * GetAppMgr, get app mgr. 34 static sptr<OHOS::AppExecFwk::IAppMgr> GetAppMgr();
|
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/src/ |
H A D | mock_app_mgr_utils.cpp | 24 OHOS::sptr<AppExecFwk::IAppMgr> AppMgrUtil::GetAppMgr() in GetAppMgr() function in OHOS::AAFwk::AppMgrUtil
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_ability_connection_reporter.cpp | 59 auto appMgr = GetAppMgr(); in ReportFormAbilityConnection() 97 sptr<OHOS::AppExecFwk::IAppMgr> FormAbilityConnectionReporter::GetAppMgr() in GetAppMgr() function in OHOS::AppExecFwk::FormAbilityConnectionReporter
|
H A D | form_ability_connection.cpp | 124 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 D | app_state_observer.cpp | 43 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 D | app_mgr_util.cpp | 25 OHOS::sptr<OHOS::AppExecFwk::IAppMgr> AppMgrUtil::GetAppMgr() in GetAppMgr() function in OHOS::AAFwk::AppMgrUtil
|
H A D | multi_app_utils.cpp | 28 auto appMgr = AppMgrUtil::GetAppMgr(); in GetRunningMultiAppIndex() 30 TAG_LOGW(AAFwkTag::ABILITYMGR, "AppMgrUtil::GetAppMgr failed"); in GetRunningMultiAppIndex()
|
H A D | multi_instance_utils.cpp | 87 auto appMgr = AppMgrUtil::GetAppMgr(); in IsInstanceKeyExist()
|
H A D | want_utils.cpp | 89 auto appMgr = AppMgrUtil::GetAppMgr(); in GetAppIndex() 91 TAG_LOGW(AAFwkTag::ABILITYMGR, "AppMgrUtil::GetAppMgr failed"); in GetAppIndex()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_ability_connection_reporter.h | 63 sptr<OHOS::AppExecFwk::IAppMgr> GetAppMgr();
|
H A D | form_ability_connection.h | 155 sptr<OHOS::AppExecFwk::IAppMgr> GetAppMgr();
|
/foundation/multimodalinput/input/service/app_state_manager/include/ |
H A D | app_state_observer.h | 41 OHOS::sptr<OHOS::AppExecFwk::IAppMgr> GetAppMgr();
|
/foundation/ability/form_fwk/test/fuzztest/formabilityconnectionreporter_fuzzer/ |
H A D | formabilityconnectionreporter_fuzzer.cpp | 46 formAbilityConnectionReporter.GetAppMgr();
in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/ |
H A D | disposed_rule_interceptor.h | 45 sptr<AppExecFwk::IAppMgr> GetAppMgr();
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_exception_handler.cpp | 59 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 D | disposed_rule_interceptor.cpp | 181 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 D | socket_session_manager.h | 70 sptr<AppExecFwk::IAppMgr> GetAppMgr();
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/ |
H A D | child_process_manager.cpp | 123 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 D | formabilityconnection_fuzzer.cpp | 62 formAbilityConnection.GetAppMgr(); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/ |
H A D | child_process_manager.h | 78 sptr<AppExecFwk::IAppMgr> GetAppMgr();
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrdisposedruleinterceptor_fuzzer/ |
H A D | abilitymgrdisposedruleinterceptor_fuzzer.cpp | 87 executer-> GetAppMgr(); in DoSomethingInterestingWithMyAPI()
|