/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_listener_stub_test/ |
H A D | app_debug_listener_stub_test.cpp | 149 EXPECT_CALL(*mockStub_, OnAppDebugStarted(_)).Times(1); 168 EXPECT_CALL(*mockStub_, OnAppDebugStarted(_)).Times(0);
|
H A D | mock_app_debug_listener_stub.h | 29 MOCK_METHOD1(OnAppDebugStarted, void(const std::vector<AppDebugInfo> &debugInfos));
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_debug_manager.cpp | 44 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 D | app_debug_listener_interface.h | 35 virtual void OnAppDebugStarted(const std::vector<AppDebugInfo> &debugInfos) = 0;
|
H A D | app_debug_listener_proxy.h | 34 void OnAppDebugStarted(const std::vector<AppDebugInfo> &debugInfos) override;
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | app_debug_listener.h | 29 void OnAppDebugStarted(const std::vector<AppExecFwk::AppDebugInfo> &debugInfos) override;
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | app_debug_listener.cpp | 33 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 D | app_debug_manager_test.cpp | 76 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 D | app_debug_listener_stub_mock.h | 48 MOCK_METHOD1(OnAppDebugStarted, void(const std::vector<AppDebugInfo> &));
|
H A D | app_debug_listener_proxy_test.cpp | 85 proxy_->OnAppDebugStarted(appDebugInfos);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_debug_listener_proxy.cpp | 40 void AppDebugListenerProxy::OnAppDebugStarted(const std::vector<AppDebugInfo> &debugInfos) in OnAppDebugStarted() function in OHOS::AppExecFwk::AppDebugListenerProxy
|
H A D | app_debug_listener_stub.cpp | 72 OnAppDebugStarted(appDebugInfos); in HandleOnAppDebugStarted()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappdebuglistenerproxy_fuzzer/ |
H A D | abilityinterfacesappmgrappdebuglistenerproxy_fuzzer.cpp | 73 infosProxy->OnAppDebugStarted(debugInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappdebuglistenerstub_fuzzer/ |
H A D | abilityinterfacesappmgrappdebuglistenerstub_fuzzer.cpp | 59 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 D | scene_session_manager.h | 120 void OnAppDebugStarted(const std::vector<AppExecFwk::AppDebugInfo>& debugInfos) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 9510 void AppAnrListener::OnAppDebugStarted(const std::vector<AppExecFwk::AppDebugInfo>& debugInfos) in OnAppDebugStarted() function in OHOS::Rosen::AppAnrListener
|