Home
last modified time | relevance | path

Searched refs:OnAppDebugStoped (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_debug_listener_interface.h41 virtual void OnAppDebugStoped(const std::vector<AppDebugInfo> &debugInfos) = 0;
H A Dapp_debug_listener_proxy.h40 void OnAppDebugStoped(const std::vector<AppDebugInfo> &debugInfos) override;
/foundation/ability/ability_runtime/test/unittest/app_debug_listener_stub_test/
H A Dmock_app_debug_listener_stub.h30 MOCK_METHOD1(OnAppDebugStoped, void(const std::vector<AppDebugInfo> &debugInfos));
H A Dapp_debug_listener_stub_test.cpp186 EXPECT_CALL(*mockStub_, OnAppDebugStoped(_)).Times(1); in HWTEST_F()
205 EXPECT_CALL(*mockStub_, OnAppDebugStoped(_)).Times(0); in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/include/
H A Dapp_debug_listener.h30 void OnAppDebugStoped(const std::vector<AppExecFwk::AppDebugInfo> &debugInfos) override;
/foundation/multimodalinput/input/service/module_loader/src/
H A Dapp_debug_listener.cpp42 void AppDebugListener::OnAppDebugStoped(const std::vector<AppExecFwk::AppDebugInfo> &debugInfos) in OnAppDebugStoped() function in OHOS::MMI::AppDebugListener
/foundation/ability/ability_runtime/test/unittest/app_debug_listener_proxy_test/
H A Dapp_debug_listener_stub_mock.h49 MOCK_METHOD1(OnAppDebugStoped, void(const std::vector<AppDebugInfo> &));
H A Dapp_debug_listener_proxy_test.cpp107 proxy_->OnAppDebugStoped(appDebugInfos); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_debug_manager.cpp112 listener->OnAppDebugStoped(debugInfos); in StopDebug()
170 listener->OnAppDebugStoped(debugInfos); in RemoveAppDebugInfo()
/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A Dapp_debug_manager_test.cpp144 EXPECT_CALL(*listener_, OnAppDebugStoped(_)).Times(1); in HWTEST_F()
235 EXPECT_CALL(*listener_, OnAppDebugStoped(_)).Times(1); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_debug_listener_stub.cpp94 OnAppDebugStoped(appDebugInfos); in HandleOnAppDebugStoped()
H A Dapp_debug_listener_proxy.cpp46 void AppDebugListenerProxy::OnAppDebugStoped(const std::vector<AppDebugInfo> &debugInfos) in OnAppDebugStoped() function in OHOS::AppExecFwk::AppDebugListenerProxy
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappdebuglistenerstub_fuzzer/
H A Dabilityinterfacesappmgrappdebuglistenerstub_fuzzer.cpp60 void OnAppDebugStoped(const std::vector<AppDebugInfo> &debugInfos) override{};
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappdebuglistenerproxy_fuzzer/
H A Dabilityinterfacesappmgrappdebuglistenerproxy_fuzzer.cpp74 infosProxy->OnAppDebugStoped(debugInfos); in DoSomethingInterestingWithMyAPI()
/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp1076 * @tc.desc: Test OnAppDebugStoped
1084 ASSERT_NO_FATAL_FAILURE(listener.OnAppDebugStoped(debugInfos)); in HWTEST_F()
1086 ASSERT_NO_FATAL_FAILURE(listener.OnAppDebugStoped(debugInfos)); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h124 void OnAppDebugStoped(const std::vector<AppExecFwk::AppDebugInfo>& debugInfos) override;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9154 void AppAnrListener::OnAppDebugStoped(const std::vector<AppExecFwk::AppDebugInfo>& debugInfos) in OnAppDebugStoped() function in OHOS::Rosen::AppAnrListener
9156 WLOGFI("AppAnrListener OnAppDebugStoped"); in OnAppDebugStoped()
9158 WLOGFE("AppAnrListener OnAppDebugStoped debugInfos is empty"); in OnAppDebugStoped()

Completed in 24 milliseconds