Home
last modified time | relevance | path

Searched refs:extSessionEventCallback_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dextension_session_test.cpp66 ASSERT_NE(extSessionEventCallback_, nullptr); in SetUp()
74 extSessionEventCallback_ = nullptr; in TearDown()
139 extSessionEventCallback_ = nullptr;
167 extSessionEventCallback_ = nullptr;
230 extSessionEventCallback_->notifySyncOnFunc_ = nullptr;
235 extSessionEventCallback_ = nullptr;
259 extSessionEventCallback_ = nullptr;
334 extSessionEventCallback_ = nullptr;
746 extSessionEventCallback_ = nullptr;
788 ASSERT_NE(nullptr, extSessionEventCallback_);
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp212 if (extSessionEventCallback_ != nullptr && in TransferAbilityResult()
221 if (extSessionEventCallback_ != nullptr && in TransferExtensionData()
248 if (extSessionEventCallback_ != nullptr && in NotifySyncOn()
250 extSessionEventCallback_->notifySyncOnFunc_(); in NotifySyncOn()
256 if (extSessionEventCallback_ != nullptr && in NotifyAsyncOn()
258 extSessionEventCallback_->notifyAsyncOnFunc_(); in NotifyAsyncOn()
288 extSessionEventCallback_ = extSessionEventCallback; in RegisterExtensionSessionEventCallback()
360 if (extSessionEventCallback_ == nullptr) { in GetExtensionSessionEventCallback()
364 return extSessionEventCallback_; in GetExtensionSessionEventCallback()
424 …if (extSessionEventCallback_ != nullptr && extSessionEventCallback_->notifyGetAvoidAreaByTypeFunc_… in GetAvoidAreaByType()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dextension_session.h116 sptr<ExtensionSessionEventCallback> extSessionEventCallback_ = nullptr;