/foundation/ability/ability_runtime/test/unittest/ams_service_event_drive_test/ |
H A D | ams_service_event_drive_test.cpp | 63 appMgrService_->OnStart(); in SetUp() 85 appMgrService_->OnStart(); in HWTEST_F() 115 appMgrService->OnStart(); in HWTEST_F() 141 appMgrService_->OnStart(); in HWTEST_F() 167 appMgrService_->OnStart(); in HWTEST_F() 217 appMgrService_->OnStart(); in HWTEST_F() 406 appMgrService_->OnStart(); in HWTEST_F() 431 appMgrService_->OnStart(); in HWTEST_F() 456 appMgrService_->OnStart(); in HWTEST_F() 481 appMgrService_->OnStart(); in HWTEST_F() [all...] |
/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_service_ability_test.cpp | 62 concurrenttaskserviceability.OnStart(); in HWTEST_F() 63 concurrenttaskserviceability.OnStart(); in HWTEST_F() 79 concurrenttaskserviceability.OnStart(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_manager_service_ability_test/ |
H A D | quick_fix_manager_service_ability_test.cpp | 53 * @tc.desc: OnStart 64 ability.OnStart(); in HWTEST_F() 70 * @tc.desc: OnStart 82 ability.OnStart(); in HWTEST_F() 88 * @tc.desc: OnStart 99 ability.OnStart(); in HWTEST_F() 105 * @tc.desc: OnStart 116 ability.OnStart(); in HWTEST_F()
|
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/ |
H A D | second_ability.cpp | 21 void SecondAbility::OnStart(const Want &want) in OnStart() function in OHOS::SecondAbility 23 printf("SecondAbility::OnStart - %s\n", reinterpret_cast<char *>(want.data)); in OnStart() 26 Ability::OnStart(want); in OnStart()
|
H A D | main_ability.cpp | 21 void MainAbility::OnStart(const Want &want) in OnStart() function in OHOS::MainAbility 23 printf("MainAbility::OnStart\n"); in OnStart() 26 Ability::OnStart(want); in OnStart()
|
H A D | second_ability_slice.cpp | 36 void SecondAbilitySlice::OnStart(const Want &want) in OnStart() function in OHOS::SecondAbilitySlice 38 printf("SecondAbilitySlice::OnStart - %s\n", reinterpret_cast<char *>(want.data)); in OnStart() 39 AbilitySlice::OnStart(want); in OnStart()
|
H A D | next_ability_slice.cpp | 36 void NextAbilitySlice::OnStart(const Want &want) in OnStart() function in OHOS::NextAbilitySlice 38 printf("NextAbilitySlice::OnStart\n"); in OnStart() 39 AbilitySlice::OnStart(want); in OnStart()
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_event_drive_test/ |
H A D | ams_service_event_drive_module_test.cpp | 196 appMgrService_->OnStart(); in HWTEST_F() 222 appMgrService_->OnStart(); in HWTEST_F() 248 appMgrService_->OnStart(); in HWTEST_F() 274 appMgrService_->OnStart(); in HWTEST_F() 300 appMgrService_->OnStart(); in HWTEST_F() 326 appMgrService_->OnStart(); in HWTEST_F() 352 appMgrService_->OnStart(); in HWTEST_F() 379 appMgrService_->OnStart(); in HWTEST_F() 406 appMgrService_->OnStart(); in HWTEST_F() 433 appMgrService_->OnStart(); in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/ability_service_start_test/ |
H A D | ability_service_start_test.cpp | 78 aams_->OnStart(); in HWTEST_F() 103 aams_->OnStart(); in HWTEST_F() 111 aams_->OnStart(); in HWTEST_F() 152 aams_->OnStart(); in HWTEST_F() 178 aams_->OnStart(); in HWTEST_F() 196 * @tc.desc: OnStart 202 aams_->OnStart(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_service_startup_test/ |
H A D | ams_service_startup_test.cpp | 71 appMgrService->OnStart(); in HWTEST_F() 93 appMgrService->OnStart(); in HWTEST_F() 95 appMgrService->OnStart(); in HWTEST_F() 137 appMgrService->OnStart(); in HWTEST_F() 161 appMgrService->OnStart(); in HWTEST_F() 165 appMgrService->OnStart(); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_system_bundle_installer_test.cpp | 233 bundleMgrService_->OnStart(); in HWTEST_F() 249 bundleMgrService_->OnStart(); in HWTEST_F() 265 bundleMgrService_->OnStart(); in HWTEST_F() 282 bundleMgrService_->OnStart(); in HWTEST_F() 299 bundleMgrService_->OnStart(); in HWTEST_F() 316 bundleMgrService_->OnStart(); in HWTEST_F() 333 bundleMgrService_->OnStart(); in HWTEST_F() 350 bundleMgrService_->OnStart(); in HWTEST_F() 367 bundleMgrService_->OnStart(); in HWTEST_F() 384 bundleMgrService_->OnStart(); in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/ |
H A D | js_child_process.cpp | 71 void JsChildProcess::OnStart() in OnStart() function in OHOS::AbilityRuntime::JsChildProcess 74 ChildProcess::OnStart(); in OnStart() 78 void JsChildProcess::OnStart(std::shared_ptr<AppExecFwk::ChildProcessArgs> args) in OnStart() function in OHOS::AbilityRuntime::JsChildProcess 80 TAG_LOGI(AAFwkTag::PROCESSMGR, "JsChildProcess OnStart called"); in OnStart() 85 ChildProcess::OnStart(args); in OnStart()
|
H A D | child_process.cpp | 41 void ChildProcess::OnStart() {} in OnStart() function in OHOS::AbilityRuntime::ChildProcess 43 void ChildProcess::OnStart(std::shared_ptr<AppExecFwk::ChildProcessArgs> args) {} in OnStart() function in OHOS::AbilityRuntime::ChildProcess
|
/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_agent_service_test/ |
H A D | app_domain_verify_agent_service_test.cpp | 240 appDomainVerifyAgentService->OnStart(startReason); in HWTEST_F() 243 appDomainVerifyAgentService->OnStart(startReason); in HWTEST_F() 246 appDomainVerifyAgentService->OnStart(startReason); in HWTEST_F() 249 appDomainVerifyAgentService->OnStart(startReason); in HWTEST_F() 266 appDomainVerifyAgentService->OnStart(startReason); in HWTEST_F() 282 appDomainVerifyAgentService->OnStart(startReason); in HWTEST_F() 298 appDomainVerifyAgentService->OnStart(startReason); in HWTEST_F() 315 appDomainVerifyAgentService->OnStart(startReason); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/ipc/ |
H A D | asset_recv_callback_proxy_test.cpp | 73 * @tc.desc: The execution of the OnStart failed. 82 auto ret = proxy_->OnStart("srcNetworkId", "dstNetworkId", "sessionId", "bundleName"); in HWTEST_F() 87 ret = proxy_->OnStart("srcNetworkId", "dstNetworkId", "sessionId", "bundleName"); in HWTEST_F() 92 ret = proxy_->OnStart("srcNetworkId", "dstNetworkId", "sessionId", "bundleName"); in HWTEST_F() 98 ret = proxy_->OnStart("srcNetworkId", "dstNetworkId", "sessionId", "bundleName"); in HWTEST_F() 104 ret = proxy_->OnStart("srcNetworkId", "dstNetworkId", "sessionId", "bundleName"); in HWTEST_F() 111 * @tc.desc: The execution of the OnStart failed. 122 auto ret = testProxy->OnStart("srcNetworkId", "dstNetworkId", "sessionId", "bundleName"); in HWTEST_F() 130 ret = proxy_->OnStart("srcNetworkId", "dstNetworkId", "sessionId", "bundleName"); in HWTEST_F() 137 * @tc.desc: The execution of the OnStart succes [all...] |
/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/ |
H A D | js_child_process.h | 33 void OnStart() override; 34 void OnStart(std::shared_ptr<AppExecFwk::ChildProcessArgs> args) override;
|
H A D | child_process.h | 35 virtual void OnStart(); 36 virtual void OnStart(std::shared_ptr<AppExecFwk::ChildProcessArgs> args);
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_networking_collect_test.cpp | 74 networkingCollect->OnStart(); in HWTEST_F() 114 networkingCollect->OnStart(); in HWTEST_F() 144 networkingCollect->OnStart(); in HWTEST_F() 176 networkingCollect->OnStart(); in HWTEST_F() 213 networkingCollect->OnStart(); in HWTEST_F() 248 networkingCollect->OnStart(); in HWTEST_F() 284 networkingCollect->OnStart(); in HWTEST_F() 458 networkingCollect->OnStart(); in HWTEST_F() 477 networkingCollect->OnStart(); in HWTEST_F() 507 networkingCollect->OnStart(); in HWTEST_F() [all...] |
H A D | ref_count_collect_test.cpp | 123 auto ret = collect->OnStart(); in HWTEST_F() 137 auto ret = collect->OnStart(); in HWTEST_F() 152 auto ret = collect->OnStart(); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_supplement_test.cpp | 59 void OnStart() override 61 RSAnimation::OnStart(); 136 void OnStart() override 138 RSAnimationGroup::OnStart(); 182 void OnStart() override 184 RSKeyframeAnimation::OnStart(); 358 void OnStart() in OnStart() function in OHOS::Rosen::RSPathAnimationMock 360 RSPathAnimation::OnStart(); in OnStart() 425 animation->OnStart(); in HWTEST_F() 433 animation->OnStart(); in HWTEST_F() 582 void OnStart() OnStart() function in OHOS::Rosen::RSTransitionMock [all...] |
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo1/src/ |
H A D | pageAbilityDemo.cpp | 21 void PageAbilityDemo::OnStart(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo) in OnStart() function in OHOS::AppExecFwk::PageAbilityDemo 24 Ability::OnStart(want, sessionInfo); in OnStart()
|
/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2/src/ |
H A D | pageAbilityDemo.cpp | 20 void PageAbilityDemo::OnStart(const Want &want, sptr<AAFwk::SessionInfo> sessionInfo) in OnStart() function in OHOS::AppExecFwk::PageAbilityDemo 23 Ability::OnStart(want, sessionInfo); in OnStart()
|
/foundation/filemanagement/dfs_service/test/unittests/services_daemon/ |
H A D | cloud_daemon_test.cpp | 87 * @tc.desc: Verify the OnStart function 96 cloudDaemon_->OnStart(); in HWTEST_F() 107 * @tc.desc: Verify the OnStart function 116 cloudDaemon_->OnStart(); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/ |
H A D | ui_extension_base.h | 55 void OnStart(const AAFwk::Want &want, sptr<AAFwk::SessionInfo> sessionInfo) override 57 Extension::OnStart(want); 60 impl_->OnStart(want, launchParam, sessionInfo);
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_start_process_test/ |
H A D | ams_service_start_process_module_test.cpp | 78 appMgrService->OnStart(); in HWTEST_F() 109 appMgrService->OnStart(); in HWTEST_F()
|