/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_service_start_test/ |
H A D | ability_service_start_test.cpp | 63 aams_->OnStop(); in TearDown() 87 aams_->OnStop(); 120 aams_->OnStop(); 136 aams_->OnStop(); 160 aams_->OnStop(); 161 aams_->OnStop(); 187 aams_->OnStop(); 211 aams_->OnStop();
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_startup_test/ |
H A D | ams_service_startup_test.cpp | 73 appMgrService->OnStop(); 97 appMgrService->OnStop(); 117 appMgrService->OnStop(); 139 appMgrService->OnStop(); 141 appMgrService->OnStop(); 163 appMgrService->OnStop(); 167 appMgrService->OnStop();
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_event_drive_test/ |
H A D | ams_service_event_drive_test.cpp | 68 appMgrService_->OnStop(); in TearDown() 239 appMgrService_->OnStop(); 263 appMgrService_->OnStop(); 287 appMgrService_->OnStop(); 311 appMgrService_->OnStop(); 335 appMgrService_->OnStop(); 359 appMgrService_->OnStop(); 382 appMgrService_->OnStop(); 407 appMgrService_->OnStop(); 432 appMgrService_->OnStop(); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/ |
H A D | ui_extension_base.h | 81 void OnStop() override in OnStop() function 83 Extension::OnStop(); in OnStop() 85 impl_->OnStop(); in OnStop() 89 …void OnStop(AppExecFwk::AbilityTransactionCallbackInfo<> *callbackInfo, bool &isAsyncCallback) ove… in OnStop() function 91 Extension::OnStop(); in OnStop() 93 impl_->OnStop(callbackInfo, isAsyncCallback); in OnStop()
|
/ohos5.0/base/security/permission_lite/services/ipc_auth/src/ |
H A D | ipc_auth_lite.c | 31 static void OnStop(Feature *feature, Identity identity); 37 .OnStop = OnStop, 71 static void OnStop(Feature *feature, Identity identity) in OnStop() function
|
/ohos5.0/base/security/permission_lite/services/pms/src/ |
H A D | pms_inner.c | 30 static void OnStop(Feature *feature, Identity identity); 36 .OnStop = OnStop, 74 static void OnStop(Feature *feature, Identity identity) in OnStop() function
|
H A D | pms_server.c | 54 static void OnStop(Feature *feature, Identity identity); 61 .OnStop = OnStop, 96 static void OnStop(Feature *feature, Identity identity) in OnStop() function
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_feature_lite.cpp | 58 static void OnStop(Feature *feature, Identity identity) in OnStop() function 61 g_dhcpClientServiceImpl->OnStop(); in OnStop() 88 .OnStop = OnStop,
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_feature_lite.cpp | 60 static void OnStop(Feature *feature, Identity identity) in OnStop() function 63 g_dhcpServerServiceImpl->OnStop(); in OnStop() 90 .OnStop = OnStop,
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
H A D | wifi_scan_feature_lite.cpp | 60 static void OnStop(Feature *feature, Identity identity) in OnStop() function 63 g_scanServiceImpl->OnStop(); in OnStop() 90 .OnStop = OnStop,
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_feature_lite.cpp | 60 static void OnStop(Feature *feature, Identity identity) in OnStop() function 63 g_devServiceImpl->OnStop(); in OnStop() 90 .OnStop = OnStop,
|
/ohos5.0/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_feature.c | 30 static void OnStop(Feature *feature, Identity identity); 37 .OnStop = OnStop, 68 static void OnStop(Feature *feature, Identity identity) in OnStop() function
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_proxy_test.cpp | 80 void OnStop() override {}; in OnStop() function in AVSessionCallbackImpl 135 sessionService->OnStop(); 175 sessionService->OnStop(); 217 sessionService->OnStop(); 261 sessionService->OnStop(); 303 sessionService->OnStop(); 345 sessionService->OnStop(); 392 sessionService->OnStop(); 433 sessionService->OnStop(); 475 sessionService->OnStop(); [all …]
|
H A D | avsession_dumper_test.cpp | 107 sessionService->OnStop(); 153 sessionService->OnStop(); 200 sessionService->OnStop(); 247 sessionService->OnStop(); 293 sessionService->OnStop(); 339 sessionService->OnStop(); 386 sessionService->OnStop(); 439 sessionService->OnStop(); 485 sessionService->OnStop(); 533 sessionService->OnStop();
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/ |
H A D | pub_sub_feature.c | 24 static void OnStop(Feature *feature, Identity identity); 31 .OnStop = OnStop, 63 static void OnStop(Feature *feature, Identity identity) in OnStop() function
|
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/src/ |
H A D | ability_slice_scheduler.cpp | 90 topAbilitySlice_->OnStop(); in HandleStopAbilitySlice() 94 abilitySlice->OnStop(); in HandleStopAbilitySlice() 156 topAbilitySlice_->OnStop(); in RemoveAbilitySlice() 162 slice.OnStop(); in RemoveAbilitySlice()
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_service_test.cpp | 89 g_service->OnStop(); 94 g_service->OnStop(); 98 g_service->OnStop();
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/ |
H A D | dsched_all_connect_manager.cpp | 146 .OnStop = &DSchedAllConnectManager::OnStop, in RegistLifecycleCallback() 208 .OnStop = &DSchedAllConnectManager::OnStop, in ApplyAdvanceResource() 263 int32_t DSchedAllConnectManager::OnStop(const char *peerNetworkId) in OnStop() function in OHOS::DistributedSchedule::DSchedAllConnectManager
|
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_service_test.cpp | 75 dumpManagerService->OnStop(); 133 dumpManagerService->OnStop(); 135 dumpManagerService->OnStop();
|
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/ |
H A D | collaboration_manager.cpp | 61 __attribute__((no_sanitize("cfi")))static int32_t OnStop(const char* peerNetworkId) in OnStop() function 80 .OnStop = OnStop,
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | feature.h | 107 void (*OnStop)(Feature *feature, Identity identity); member 136 void (*OnStop)(Feature *feature, Identity identity); \
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_agent_service_test/ |
H A D | app_domain_verify_agent_service_test.cpp | 252 appDomainVerifyAgentService->OnStop(); 268 appDomainVerifyAgentService->OnStop(); 284 appDomainVerifyAgentService->OnStop(); 301 appDomainVerifyAgentService->OnStop(); 318 appDomainVerifyAgentService->OnStop();
|
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_service_ability_test.cpp | 64 concurrenttaskserviceability.OnStop(); 82 concurrenttaskserviceability.OnStop();
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo1/src/ |
H A D | pageAbilityDemo.cpp | 44 void PageAbilityDemo::OnStop() in OnStop() function in OHOS::AppExecFwk::PageAbilityDemo 47 Ability::OnStop(); in OnStop()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2/src/ |
H A D | pageAbilityDemo.cpp | 43 void PageAbilityDemo::OnStop() in OnStop() function in OHOS::AppExecFwk::PageAbilityDemo 46 Ability::OnStop(); in OnStop()
|