Home
last modified time | relevance | path

Searched refs:IPatternDetachCallback (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/wm/include/zidl/
H A Dpattern_detach_callback_proxy.h24 class PatternDetachCallbackProxy : public IRemoteProxy<IPatternDetachCallback> {
26 explicit PatternDetachCallbackProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IPatternDetachCallback>(impl) {} in PatternDetachCallbackProxy()
H A Dpattern_detach_callback_interface.h24 class IPatternDetachCallback : public IRemoteBroker { class
26 DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.IPatternDetachCallback");
H A Dpattern_detach_callback_stub.h24 class PatternDetachCallbackStub : public IRemoteStub<IPatternDetachCallback> {
/foundation/window/window_manager/test/fuzztest/window_scene/patterndetachcallback_fuzzer/
H A Dpatterndetachcallback_fuzzer.cpp51 static_cast<uint32_t>(IPatternDetachCallback:: in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/wm/test/unittest/
H A Dpattern_detach_callback_test.cpp140 IPatternDetachCallback::PatternDetachCallbackMessage::TRANS_ID_PATTERN_ON_DETACH); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h474 void RegisterDetachCallback(const sptr<IPatternDetachCallback>& callback);
749 sptr<IPatternDetachCallback> detachCallback_ = nullptr;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp1355 sptr<IPatternDetachCallback> detachCallback; in HWTEST_F()
1368 sptr<IPatternDetachCallback> detachCallback; in HWTEST_F()
1371 sptr<IPatternDetachCallback> detachCallback2; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1386 void Session::RegisterDetachCallback(const sptr<IPatternDetachCallback>& callback) in RegisterDetachCallback()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3137 sceneSession->RegisterDetachCallback(iface_cast<IPatternDetachCallback>(callback)); in DestroyAndDisconnectSpecificSessionWithDetachCallback()

Completed in 28 milliseconds