Home
last modified time | relevance | path

Searched refs:update_ (Results 1 - 16 of 16) sorted by relevance

/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; member in OHOS::IntellVoiceEngine::SwitchObserver
/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()
/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()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dsetting_observer.cpp25 if (update_) { in OnChange()
26 update_(key_); in OnChange()
42 update_ = func; in SetUpdateFunc()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dsetting_observer_test.cpp67 EXPECT_EQ(nullptr, settingObserver_->update_); in HWTEST_F()
69 EXPECT_NE(nullptr, settingObserver_->update_); in HWTEST_F()
93 EXPECT_EQ(settingObserver_->update_, nullptr); in HWTEST_F()
101 EXPECT_NE(nullptr, settingObserver_->update_); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/common/src/
H A Doobe_manager.cpp123 if (update_) { in OnChange()
124 update_(); in OnChange()
130 update_ = func; in SetUpdateFunc()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_setting_observer.h36 UpdateFunc update_ = nullptr; member in OHOS::Accessibility::AccessibilitySettingObserver
/foundation/multimodalinput/input/service/key_command/include/
H A Dsetting_observer.h36 UpdateFunc update_ = nullptr; member in OHOS::MMI::SettingObserver
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dsetting_observer.h37 UpdateFunc update_ = nullptr; member in OHOS::Rosen::SettingObserver
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Doobe_mgr_test.cpp98 EXPECT_NE(oobeObserver->update_, nullptr); in HWTEST_F()
100 oobeObserver->update_(); in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/common/include/
H A Doobe_manager.h48 UpdateFunc update_ = nullptr; member in OHOS::ResourceSchedule::OOBEManager::ResDataAbilityObserver
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_setting_provider.cpp48 if (update_) { in OnChange()
49 update_(key_); in OnChange()
65 update_ = func; in SetUpdateFunc()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_setting_provider.h50 UpdateFunc update_ = nullptr; member in OHOS::AudioStandard::AudioSettingObserver
/foundation/multimodalinput/input/service/key_command/test/
H A Dsetting_datashare_test.cpp198 observer.update_ = nullptr; in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp48 update_ = notification.GetUpdateEntries();
55 std::vector<Entry> update_; member in OHOS::Test::SingleStoreImplTest::TestObserver
336 ASSERT_EQ(observer->update_.size(), 0); in HWTEST_F()
343 ASSERT_EQ(observer->update_.size(), 1); in HWTEST_F()
350 ASSERT_EQ(observer->update_.size(), 0); in HWTEST_F()

Completed in 7 milliseconds