Home
last modified time | relevance | path

Searched refs:notify_ (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_finalizers_pack.h37 notify_ = nullptr; in Clear()
45 notify_ = notify; in RegisterFinishNotify()
72 if (notify_ != nullptr) { in NotifyFinish()
73 notify_(totalNativeBindingSize_); in NotifyFinish()
78 ArkFinalizersPackFinishNotify notify_ {nullptr};
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Drender_dialog_modal.h45 notify_ = std::move(layoutNotify); in SetLayoutNotify()
66 LayoutNotify notify_; member in OHOS::Ace::RenderDialogModal
H A Drender_dialog_modal.cpp80 if (notify_) { in PerformLayout()
81 decltype(notify_) notify = std::move(notify_); in PerformLayout()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp754 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(playStatus, 0x00); in OnPlaybackStatusChanged()
766 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(uid); in OnTrackChanged()
801 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(playbackPos); in OnPlaybackPosChanged()
814 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(attributes, values); in OnPlayerAppSettingChanged()
850 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(uidCounter); in OnAddressedPlayerChanged()
863 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(uidCounter); in OnUidChanged()
876 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(0x00, volume); in OnVolumeChanged()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h404 std::unique_ptr<Notification> notify_ {nullptr};
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp56 explicit NotifyOnExit(bool notify, std::function<void()> callback) : notify_(notify), callback_(callback) {} in NotifyOnExit()
59 if (notify_) { in ~NotifyOnExit()
63 bool notify_; member in __anon9836::NotifyOnExit

Completed in 8 milliseconds