/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/ |
H A D | switch_observer.cpp | 25 if (update_) { in OnChange() 26 update_(); in OnChange() 32 update_ = func; in SetUpdateFunc()
|
H A D | switch_observer.h | 33 UpdateFunc update_ = nullptr;
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/ |
H A D | miscdevice_observer.cpp | 25 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 D | setting_observer_test.cpp | 67 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 D | accessibility_setting_observer.cpp | 25 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 D | setting_observer.cpp | 25 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 D | setting_observer.cpp | 25 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 D | setting_observer.cpp | 28 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 D | oobe_manager.cpp | 127 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 D | oobe_mgr_test.cpp | 99 EXPECT_NE(oobeObserver->update_, nullptr); 101 oobeObserver->update_();
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/include/ |
H A D | miscdevice_observer.h | 32 UpdateFunc update_ = nullptr;
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_setting_observer.h | 36 UpdateFunc update_ = nullptr; variable
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/ |
H A D | setting_observer.h | 36 UpdateFunc update_ = nullptr; variable
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | setting_observer.h | 36 UpdateFunc update_ = nullptr; variable
|
/ohos5.0/base/powermgr/power_manager/utils/setting/include/ |
H A D | setting_observer.h | 36 UpdateFunc update_ = nullptr; variable
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/ |
H A D | audio_setting_provider.cpp | 49 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 D | oobe_manager.h | 49 UpdateFunc update_ = nullptr;
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/ |
H A D | audio_setting_provider.h | 50 UpdateFunc update_ = nullptr; variable
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/ |
H A D | setting_datashare_test.cpp | 199 observer.update_ = nullptr;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
H A D | single_store_impl_test.cpp | 48 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);
|