Home
last modified time | relevance | path

Searched refs:persisitentId (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dpattern_detach_callback.cpp23 void PatternDetachCallback::OnPatternDetach(int32_t persisitentId) in OnPatternDetach() argument
25 TLOGI(WmsLogTag::WMS_LIFE, "OnPatternDetach persisitentId:%{public}d", persisitentId); in OnPatternDetach()
26 future_.SetValue(persisitentId); in OnPatternDetach()
/foundation/window/window_manager/wm/test/unittest/
H A Dpattern_detach_callback_proxy_test.cpp61 int32_t persisitentId = 0; in HWTEST_F() local
63 std::function<void()> func = [this, &resultValue, persisitentId]() { in HWTEST_F()
64 proxy_->OnPatternDetach(persisitentId); in HWTEST_F()
/foundation/window/window_manager/wm/src/zidl/
H A Dpattern_detach_callback_stub.cpp34 int32_t persisitentId = -1; in OnRemoteRequest() local
35 if (!data.ReadInt32(persisitentId)) { in OnRemoteRequest()
36 TLOGE(WmsLogTag::WMS_LIFE, "Read persisitentId failed."); in OnRemoteRequest()
39 OnPatternDetach(persisitentId); in OnRemoteRequest()
H A Dpattern_detach_callback_proxy.cpp27 void PatternDetachCallbackProxy::OnPatternDetach(int32_t persisitentId) in OnPatternDetach() argument
36 if (!data.WriteInt32(persisitentId)) { in OnPatternDetach()
37 TLOGE(WmsLogTag::WMS_LIFE, "Write persisitentId failed"); in OnPatternDetach()
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_pattern_detach_callback.h29 MOCK_METHOD1(OnPatternDetach, void(int32_t persisitentId));
/foundation/window/window_manager/wm/include/
H A Dpattern_detach_callback.h26 void OnPatternDetach(int32_t persisitentId) override;
/foundation/window/window_manager/wm/include/zidl/
H A Dpattern_detach_callback_interface.h32 virtual void OnPatternDetach(int32_t persisitentId) = 0;
H A Dpattern_detach_callback_proxy.h30 void OnPatternDetach(int32_t persisitentId) override;

Completed in 2 milliseconds