Home
last modified time | relevance | path

Searched refs:IsExist (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_config_test.cpp75 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 Ddaudio_output_plugin.cpp243 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 Dtimer_manager_test.cpp99 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 Dconnection_record_test.cpp108 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 Dfile_operator.h30 static bool IsExist(const std::string &path);
/ohos5.0/base/powermgr/battery_manager/services/native/include/
H A Dbattery_config.h39 bool IsExist(std::string key) const;
/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Dbattery_config.h40 bool IsExist(std::string key) const;
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/include/
H A Dtimer_manager.h39 bool IsExist(int32_t timerId);
/ohos5.0/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils_empty.cpp89 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 Dtime_statistician.cpp27 if (!bufferMeta->IsExist(Tag::USER_PUSH_DATA_TIME)) { in CalProcessTime()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_auto_repeat.cpp98 if (TimerMgr->IsExist(timerId_)) { in SelectAutoRepeat()
117 if (JudgeKeyEvent(keyEvent_) && TimerMgr->IsExist(timerId_)) { in SelectAutoRepeat()
H A Dinput_event_handler.cpp115 if (TimerMgr->IsExist(timerId_)) { in IsTouchpadMistouch()
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/include/
H A Dtimer_manager.h41 bool IsExist(int32_t timerId) const;
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/include/
H A Dtimer_manager.h41 bool IsExist(int32_t timerId) const;
/ohos5.0/base/update/updateservice/services/firmware/utils/src/
H A Dfirmware_changelog_utils.cpp52 if (preferencesUtil->IsExist(Firmware::HOTA_CURRENT_COMPONENT_ID)) { in GetCurrentVersionComponentIds()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_timed_collect_tool.h37 bool IsExist(const std::string& key);
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp599 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 Dfile_operator.cpp37 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 Ddsoftbus_output_plugin.cpp329 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 Ddsoftbus_output_audio_plugin.cpp313 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 Dpreferences_utils.h46 bool IsExist(const std::string &key);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect_tool.cpp154 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 Ddscreen_output_plugin.cpp170 if (bufferMeta->IsExist(Tag::USER_FRAME_NUMBER)) { in OnOutput()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_buffer.h80 bool IsExist(Tag tag);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_cfg_manager.cpp44 if (!FileOperator::IsExist(IME_CFG_FILE_PATH)) { in ReadImeCfg()

12