/ohos5.0/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battery_config_test.cpp | 75 if (!g_configTest.IsExist(key)) { 94 if (!g_configTest.IsExist(key)) { 114 if (!g_configTest.IsExist(key)) { 134 if (!g_configTest.IsExist(key)) { 153 if (!g_configTest.IsExist(key)) { 225 if (!g_configTest.IsExist(key)) { 246 EXPECT_TRUE(!g_configTest.IsExist(key));
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/daudio_output/ |
H A D | daudio_output_plugin.cpp | 243 if (bufferMeta->IsExist(Tag::USER_FRAME_NUMBER) && bufferMeta->IsExist(Tag::USER_FRAME_PTS)) { in PushData() 302 if (!buffer->GetBufferMeta()->IsExist(Tag::USER_FRAME_NUMBER)) { in WriteMasterClockToMemory() 307 if (!buffer->GetBufferMeta()->IsExist(Tag::USER_FRAME_PTS)) { in WriteMasterClockToMemory()
|
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/test/ |
H A D | timer_manager_test.cpp | 99 ASSERT_TRUE(TimerMgr->IsExist(timerld)); 186 auto ret = timermanager.IsExist(timerId); 189 ret = timermanager.IsExist(timerId);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/connection_record_test/ |
H A D | connection_record_test.cpp | 108 bool IsExist(const std::string& state) in IsExist() function 319 EXPECT_NE(info.end(), std::find_if(info.begin(), info.end(), IsExist));
|
/ohos5.0/base/inputmethod/imf/services/file/include/ |
H A D | file_operator.h | 30 static bool IsExist(const std::string &path);
|
/ohos5.0/base/powermgr/battery_manager/services/native/include/ |
H A D | battery_config.h | 39 bool IsExist(std::string key) const;
|
/ohos5.0/base/powermgr/battery_manager/charger/include/ |
H A D | battery_config.h | 40 bool IsExist(std::string key) const;
|
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/include/ |
H A D | timer_manager.h | 39 bool IsExist(int32_t timerId);
|
/ohos5.0/base/update/updateservice/services/core/ability/preference/src/ |
H A D | preference_utils_empty.cpp | 89 bool PreferencesUtil::IsExist(const std::string &key) in IsExist() function in OHOS::UpdateEngine::PreferencesUtil
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/ |
H A D | time_statistician.cpp | 27 if (!bufferMeta->IsExist(Tag::USER_PUSH_DATA_TIME)) { in CalProcessTime()
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | key_auto_repeat.cpp | 98 if (TimerMgr->IsExist(timerId_)) { in SelectAutoRepeat() 117 if (JudgeKeyEvent(keyEvent_) && TimerMgr->IsExist(timerId_)) { in SelectAutoRepeat()
|
H A D | input_event_handler.cpp | 115 if (TimerMgr->IsExist(timerId_)) { in IsTouchpadMistouch()
|
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/include/ |
H A D | timer_manager.h | 41 bool IsExist(int32_t timerId) const;
|
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/include/ |
H A D | timer_manager.h | 41 bool IsExist(int32_t timerId) const;
|
/ohos5.0/base/update/updateservice/services/firmware/utils/src/ |
H A D | firmware_changelog_utils.cpp | 52 if (preferencesUtil->IsExist(Firmware::HOTA_CURRENT_COMPONENT_ID)) { in GetCurrentVersionComponentIds()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_timed_collect_tool.h | 37 bool IsExist(const std::string& key);
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/src/ |
H A D | timer_manager_test.cpp | 599 bool exist = timerMgr->IsExist(timerId_); 607 exist = timerMgr->IsExist(ERROR_TIMERID); 627 bool exist = timerMgr.IsExist(ERROR_TIMERID);
|
/ohos5.0/base/inputmethod/imf/services/file/src/ |
H A D | file_operator.cpp | 37 bool FileOperator::IsExist(const std::string &path) in IsExist() function in OHOS::MiscServices::FileOperator
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output/ |
H A D | dsoftbus_output_plugin.cpp | 329 if (bufferMeta->IsExist(Tag::MEDIA_START_TIME)) { in SendDataToSoftbus() 332 if (bufferMeta->IsExist(Tag::AUDIO_SAMPLE_PER_FRAME)) { in SendDataToSoftbus()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output_audio/ |
H A D | dsoftbus_output_audio_plugin.cpp | 313 if (!buffer->GetBufferMeta()->IsExist(Tag::USER_FRAME_NUMBER)) { in SendDataToSoftbus() 318 if (!buffer->GetBufferMeta()->IsExist(Tag::USER_FRAME_PTS)) { in SendDataToSoftbus()
|
/ohos5.0/base/update/updateservice/services/core/ability/preference/include/ |
H A D | preferences_utils.h | 46 bool IsExist(const std::string &key);
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_timed_collect_tool.cpp | 154 bool PreferencesUtil::IsExist(const std::string& key) in IsExist() function in OHOS::PreferencesUtil
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dscreen_output/ |
H A D | dscreen_output_plugin.cpp | 170 if (bufferMeta->IsExist(Tag::USER_FRAME_NUMBER)) { in OnOutput()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_buffer.h | 80 bool IsExist(Tag tag);
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | ime_cfg_manager.cpp | 44 if (!FileOperator::IsExist(IME_CFG_FILE_PATH)) { in ReadImeCfg()
|