Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dpattern_detach_callback.cpp21 void PatternDetachCallback::OnPatternDetach(int32_t persisitentId) in OnPatternDetach() argument
23 TLOGI(WmsLogTag::WMS_LIFE, "OnPatternDetach persisitentId:%{public}d", persisitentId); in OnPatternDetach()
24 future_.SetValue(persisitentId); in OnPatternDetach()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dpattern_detach_callback_proxy_test.cpp61 int32_t persisitentId = 0; variable
63 std::function<void()> func = [this, &resultValue, persisitentId]() { in __anon5676ea630202()
64 proxy_->OnPatternDetach(persisitentId); in __anon5676ea630202()
/ohos5.0/foundation/window/window_manager/wm/src/zidl/
H A Dpattern_detach_callback_proxy.cpp21 void PatternDetachCallbackProxy::OnPatternDetach(int32_t persisitentId) in OnPatternDetach() argument
30 if (!data.WriteInt32(persisitentId)) { in OnPatternDetach()
H A Dpattern_detach_callback_stub.cpp32 auto persisitentId = data.ReadInt32(); in OnRemoteRequest() local
33 OnPatternDetach(persisitentId); in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_pattern_detach_callback.h29 MOCK_METHOD1(OnPatternDetach, void(int32_t persisitentId));
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dpattern_detach_callback.h26 void OnPatternDetach(int32_t persisitentId) override;
/ohos5.0/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;