Home
last modified time | relevance | path

Searched refs:notify_ (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_finalizers_pack.h38 notify_ = nullptr; in Clear()
46 notify_ = notify; in RegisterFinishNotify()
75 if (notify_ != nullptr) { in NotifyFinish()
76 notify_(totalNativeBindingSize_); in NotifyFinish()
81 ArkFinalizersPackFinishNotify notify_ {nullptr};
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Drender_dialog_modal.h45 notify_ = std::move(layoutNotify); in SetLayoutNotify()
66 LayoutNotify notify_; variable
H A Drender_dialog_modal.cpp80 if (notify_) { in PerformLayout()
81 decltype(notify_) notify = std::move(notify_); in PerformLayout()
/ohos5.0/base/powermgr/power_manager/services/native/src/actions/default/display/
H A Ddevice_state_action.cpp242 dispCallback_->notify_ = actionCallback_; in SetDisplayState()
300 if (notify_ != nullptr) { in NotifyDisplayActionDone()
301 notify_(event); in NotifyDisplayActionDone()
H A Ddevice_state_action.h55 std::function<void(uint32_t)> notify_ {nullptr};
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_protector_timer.cpp41 notify_ = task; in RegisterTask()
49 notify_(tzMap); in NotifyPolicy()
H A Dthermal_sensor_provider.cpp87 notify_ = task; in RegisterTask()
98 notify_(typeTempMap_); in NotifyPolicy()
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/
H A Dthermal_protector_timer.h57 NotifyTask notify_; variable
H A Dthermal_sensor_provider.h66 NotifyTask notify_; variable
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Ddevice_state_action_native_test.cpp58 deviceStateAction->dispCallback_->notify_ = nullptr;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp757 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()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h404 std::unique_ptr<Notification> notify_ {nullptr};
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp56 …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