Searched refs:notify_ (Results 1 – 13 of 13) sorted by relevance
38 notify_ = nullptr; in Clear()46 notify_ = notify; in RegisterFinishNotify()75 if (notify_ != nullptr) { in NotifyFinish()76 notify_(totalNativeBindingSize_); in NotifyFinish()81 ArkFinalizersPackFinishNotify notify_ {nullptr};
45 notify_ = std::move(layoutNotify); in SetLayoutNotify()66 LayoutNotify notify_; variable
80 if (notify_) { in PerformLayout()81 decltype(notify_) notify = std::move(notify_); in PerformLayout()
242 dispCallback_->notify_ = actionCallback_; in SetDisplayState()300 if (notify_ != nullptr) { in NotifyDisplayActionDone()301 notify_(event); in NotifyDisplayActionDone()
55 std::function<void(uint32_t)> notify_ {nullptr};
41 notify_ = task; in RegisterTask()49 notify_(tzMap); in NotifyPolicy()
87 notify_ = task; in RegisterTask()98 notify_(typeTempMap_); in NotifyPolicy()
57 NotifyTask notify_; variable
66 NotifyTask notify_; variable
58 deviceStateAction->dispCallback_->notify_ = nullptr;
757 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(playStatus, 0x00); in OnPlaybackStatusChanged()769 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(uid); in OnTrackChanged()804 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(playbackPos); in OnPlaybackPosChanged()817 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(attributes, values); in OnPlayerAppSettingChanged()853 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(uidCounter); in OnAddressedPlayerChanged()866 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(uidCounter); in OnUidChanged()879 resp.notify_ = std::make_unique<AvrcpCtResponse::Notification>(0x00, volume); in OnVolumeChanged()
404 std::unique_ptr<Notification> notify_ {nullptr};
56 …explicit NotifyOnExit(bool notify, std::function<void()> callback) : notify_(notify), callback_(ca… in NotifyOnExit()59 if (notify_) { in ~NotifyOnExit()63 bool notify_; member in __anon3577c0ce0110::NotifyOnExit