Home
last modified time | relevance | path

Searched refs:OnAppDebugStarted (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_listener_stub_test/
H A Dapp_debug_listener_stub_test.cpp149 EXPECT_CALL(*mockStub_, OnAppDebugStarted(_)).Times(1);
168 EXPECT_CALL(*mockStub_, OnAppDebugStarted(_)).Times(0);
H A Dmock_app_debug_listener_stub.h29 MOCK_METHOD1(OnAppDebugStarted, void(const std::vector<AppDebugInfo> &debugInfos));
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_debug_manager.cpp44 listener->OnAppDebugStarted(debugInfos_); in RegisterAppDebugListener()
85 listener->OnAppDebugStarted(incrementInfos); in StartDebug()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_debug_listener_interface.h35 virtual void OnAppDebugStarted(const std::vector<AppDebugInfo> &debugInfos) = 0;
H A Dapp_debug_listener_proxy.h34 void OnAppDebugStarted(const std::vector<AppDebugInfo> &debugInfos) override;
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dapp_debug_listener.h29 void OnAppDebugStarted(const std::vector<AppExecFwk::AppDebugInfo> &debugInfos) override;
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dapp_debug_listener.cpp33 void AppDebugListener::OnAppDebugStarted(const std::vector<AppExecFwk::AppDebugInfo> &debugInfos) in OnAppDebugStarted() function in OHOS::MMI::AppDebugListener
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A Dapp_debug_manager_test.cpp76 EXPECT_CALL(*listener, OnAppDebugStarted(_)).Times(1);
120 EXPECT_CALL(*listener_, OnAppDebugStarted(_)).Times(1);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_listener_proxy_test/
H A Dapp_debug_listener_stub_mock.h48 MOCK_METHOD1(OnAppDebugStarted, void(const std::vector<AppDebugInfo> &));
H A Dapp_debug_listener_proxy_test.cpp85 proxy_->OnAppDebugStarted(appDebugInfos);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_debug_listener_proxy.cpp40 void AppDebugListenerProxy::OnAppDebugStarted(const std::vector<AppDebugInfo> &debugInfos) in OnAppDebugStarted() function in OHOS::AppExecFwk::AppDebugListenerProxy
H A Dapp_debug_listener_stub.cpp72 OnAppDebugStarted(appDebugInfos); in HandleOnAppDebugStarted()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappdebuglistenerproxy_fuzzer/
H A Dabilityinterfacesappmgrappdebuglistenerproxy_fuzzer.cpp73 infosProxy->OnAppDebugStarted(debugInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappdebuglistenerstub_fuzzer/
H A Dabilityinterfacesappmgrappdebuglistenerstub_fuzzer.cpp59 void OnAppDebugStarted(const std::vector<AppDebugInfo> &debugInfos) override{}; in OnAppDebugStarted() function in OHOS::AppDebugListenerStubFUZZ
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h120 void OnAppDebugStarted(const std::vector<AppExecFwk::AppDebugInfo>& debugInfos) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9510 void AppAnrListener::OnAppDebugStarted(const std::vector<AppExecFwk::AppDebugInfo>& debugInfos) in OnAppDebugStarted() function in OHOS::Rosen::AppAnrListener