Home
last modified time | relevance | path

Searched refs:update_ (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dswitch_observer.cpp25 if (update_) { in OnChange()
26 update_(); in OnChange()
32 update_ = func; in SetUpdateFunc()
H A Dswitch_observer.h33 UpdateFunc update_ = nullptr;
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_observer.cpp25 if (update_ != nullptr) { in OnChange()
26 update_(); in OnChange()
32 update_ = func; in SetUpdateFunc()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dsetting_observer_test.cpp67 EXPECT_EQ(nullptr, settingObserver_->update_);
69 EXPECT_NE(nullptr, settingObserver_->update_);
93 EXPECT_EQ(settingObserver_->update_, nullptr);
101 EXPECT_NE(nullptr, settingObserver_->update_);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_setting_observer.cpp25 if (update_) { in OnChange()
26 update_(key_); in OnChange()
42 update_ = func; in SetUpdateFunc()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsetting_observer.cpp25 if (update_) { in OnChange()
26 update_(key_); in OnChange()
42 update_ = func; in SetUpdateFunc()
/ohos5.0/base/powermgr/power_manager/utils/setting/src/
H A Dsetting_observer.cpp25 if (update_) { in OnChange()
26 update_(key_); in OnChange()
42 update_ = func; in SetUpdateFunc()
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dsetting_observer.cpp28 if (update_) { in OnChange()
29 update_(key_); in OnChange()
45 update_ = func; in SetUpdateFunc()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/common/src/
H A Doobe_manager.cpp127 if (update_) { in OnChange()
128 update_(); in OnChange()
134 update_ = func; in SetUpdateFunc()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Doobe_mgr_test.cpp99 EXPECT_NE(oobeObserver->update_, nullptr);
101 oobeObserver->update_();
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/include/
H A Dmiscdevice_observer.h32 UpdateFunc update_ = nullptr;
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_setting_observer.h36 UpdateFunc update_ = nullptr; variable
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dsetting_observer.h36 UpdateFunc update_ = nullptr; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsetting_observer.h36 UpdateFunc update_ = nullptr; variable
/ohos5.0/base/powermgr/power_manager/utils/setting/include/
H A Dsetting_observer.h36 UpdateFunc update_ = nullptr; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_setting_provider.cpp49 if (update_) { in OnChange()
50 update_(key_); in OnChange()
66 update_ = func; in SetUpdateFunc()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/common/include/
H A Doobe_manager.h49 UpdateFunc update_ = nullptr;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_setting_provider.h50 UpdateFunc update_ = nullptr; variable
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dsetting_datashare_test.cpp199 observer.update_ = nullptr;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp48 update_ = notification.GetUpdateEntries(); in OnChange()
55 std::vector<Entry> update_; member in OHOS::Test::SingleStoreImplTest::TestObserver
336 ASSERT_EQ(observer->update_.size(), 0);
343 ASSERT_EQ(observer->update_.size(), 1);
350 ASSERT_EQ(observer->update_.size(), 0);