Home
last modified time | relevance | path

Searched defs:needNotify (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_setting_provider.cpp84 …r AccessibilitySettingProvider::PutIntValue(const std::string& key, int32_t value, bool needNotify) in PutIntValue()
93 … AccessibilitySettingProvider::PutLongValue(const std::string& key, int64_t value, bool needNotify) in PutLongValue()
102 …ror AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue()
143 (const std::string& key, const std::string& value, bool needNotify) in PutStringValue()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_setting_provider.cpp78 …r AccessibilitySettingProvider::PutIntValue(const std::string& key, int32_t value, bool needNotify) in PutIntValue()
86 … AccessibilitySettingProvider::PutLongValue(const std::string& key, int64_t value, bool needNotify) in PutLongValue()
94 …ror AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue()
132 (const std::string& key, const std::string& value, bool needNotify) in PutStringValue()
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dsetting_datashare_test.cpp73 bool needNotify = true; variable
89 bool needNotify = true; variable
105 bool needNotify = true; variable
183 bool needNotify = true; variable
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_setting_provider.cpp95 …r AccessibilitySettingProvider::PutIntValue(const std::string& key, int32_t value, bool needNotify) in PutIntValue()
100 … AccessibilitySettingProvider::PutLongValue(const std::string& key, int64_t value, bool needNotify) in PutLongValue()
105 …ror AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue()
110 …ySettingProvider::PutStringValue(const std::string& key, const std::string& value, bool needNotify) in PutStringValue()
H A Daccessibility_datashare_helper.cpp134 …yDatashareHelper::PutStringValue(const std::string& key, const std::string& value, bool needNotify) in PutStringValue()
164 …r AccessibilityDatashareHelper::PutIntValue(const std::string& key, int32_t value, bool needNotify) in PutIntValue()
169 … AccessibilityDatashareHelper::PutLongValue(const std::string& key, int64_t value, bool needNotify) in PutLongValue()
174 …ror AccessibilityDatashareHelper::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue()
180 …r AccessibilityDatashareHelper::PutFloatValue(const std::string& key, float value, bool needNotify) in PutFloatValue()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_state_item.cpp74 bool needNotify = connections_.empty(); in AddConnection() local
156 bool needNotify = callers_.empty(); in AddCaller() local
298 bool needNotify = connectedExtension->AddConnection(connectionObj); in AddConnection() local
338 bool needNotify = connectedExtension->RemoveConnection(connectionObj); in RemoveConnection() local
377 bool needNotify = connectedAbility->AddCaller(caller); in AddDataAbilityConnection() local
411 bool needNotify = connectedDataAbility->RemoveCaller(caller); in RemoveDataAbilityConnection() local
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dsetting_provider_test.cpp141 bool needNotify = true; variable
157 bool needNotify = false; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsetting_provider.cpp93 ErrCode SettingProvider::PutIntValue(const std::string& key, int32_t value, bool needNotify) in PutIntValue()
98 ErrCode SettingProvider::PutLongValue(const std::string& key, int64_t value, bool needNotify) in PutLongValue()
103 ErrCode SettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue()
222 … SettingProvider::PutStringValue(const std::string& key, const std::string& value, bool needNotify) in PutStringValue()
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dsetting_datashare.cpp103 const std::string& key, int32_t value, bool needNotify, const std::string &strUri) in PutIntValue()
109 const std::string& key, int64_t value, bool needNotify, const std::string &strUri) in PutLongValue()
115 const std::string& key, bool value, bool needNotify, const std::string &strUri) in PutBoolValue()
215 const std::string& key, const std::string& value, bool needNotify, const std::string &strUri) in PutStringValue()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_setting_provider.cpp119 std::string tableType, bool needNotify) in PutIntValue()
125 std::string tableType, bool needNotify) in PutLongValue()
131 std::string tableType, bool needNotify) in PutBoolValue()
256 std::string tableType, bool needNotify) in PutStringValue()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dblock_queue.h173 bool needNotify = que_.size() == capacity_; in ClearUnprotected() local
/ohos5.0/foundation/multimedia/av_codec/services/utils/include/
H A Dblock_queue.h150 bool needNotify = que_.size() == capacity_; in ClearUnprotected() local
/ohos5.0/base/powermgr/power_manager/utils/setting/src/
H A Dsetting_provider.cpp105 ErrCode SettingProvider::PutIntValue(const std::string& key, int32_t value, bool needNotify) in PutIntValue()
110 ErrCode SettingProvider::PutLongValue(const std::string& key, int64_t value, bool needNotify) in PutLongValue()
115 ErrCode SettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue()
251 … SettingProvider::PutStringValue(const std::string& key, const std::string& value, bool needNotify) in PutStringValue()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dblocking_queue.h157 bool needNotify = que_.size() == capacity_; in ClearUnprotected() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dmission.h161 inline void SetNotifyLabel(bool needNotify) in SetNotifyLabel()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dblocking_queue.h168 bool needNotify = que_.size() == capacity_; in ClearUnprotected() local
/ohos5.0/foundation/multimodalinput/input/intention/common/channel/include/
H A Dchannel.h212 bool needNotify = queue_.empty(); in Send() local
/ohos5.0/base/msdp/device_status/intention/common/channel/include/
H A Dchannel.h212 bool needNotify = queue_.empty(); in Send() local
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Dblocking_queue.h183 bool needNotify = que_.size() == capacity_; in ClearUnlocked() local
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_locale.cpp334 bool ResLocale::UpdateDefault(const LocaleInfo &localeInfo, bool needNotify) in UpdateDefault()
420 void UpdateSysDefault(const LocaleInfo &localeInfo, bool needNotify) in UpdateSysDefault()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/
H A Dtimepicker_haptic_controller.cpp161 bool needNotify = !IsThreadPlaying(); in Play() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_locale.cpp335 bool ResLocale::UpdateDefault(const Locale &localeInfo, bool needNotify) in UpdateDefault()
430 void UpdateSysDefault(const Locale &localeInfo, bool needNotify) in UpdateSysDefault()
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dtimer_mgr.cpp149 bool needNotify = (it == itemQueue_.begin()); in SetTimer() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_column_component.h189 void HandleChangeCallback(bool isAdd, bool needNotify) in HandleChangeCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp217 bool needNotify = !surfaceNodePtr->HasCachedTexture(); in RenderCache() local

12