Home
last modified time | relevance | path

Searched refs:IsExist (Results 1 - 23 of 23) sorted by relevance

/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()
/foundation/multimodalinput/input/service/timer_manager/include/
H A Dtimer_manager.h40 bool IsExist(int32_t timerId);
/foundation/multimodalinput/input/service/timer_manager/test/
H A Dtimer_manager_test.cpp92 * @tc.desc: Test the function IsExist
102 ASSERT_TRUE(TimerMgr->IsExist(timerld)); in HWTEST_F()
189 auto ret = timermanager.IsExist(timerId); in HWTEST_F()
192 ret = timermanager.IsExist(timerId); in HWTEST_F()
/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)); in HWTEST_F()
/foundation/multimodalinput/input/intention/scheduler/timer_manager/include/
H A Dtimer_manager.h41 bool IsExist(int32_t timerId) const;
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_timed_collect_tool.h37 bool IsExist(const std::string& key);
/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()
H A Doutput_controller.cpp276 bool isAFrameNumberExist = bufferMeta->IsExist(Tag::AUDIO_SAMPLE_PER_FRAME); in CheckSyncInfo()
277 bool isAPtsExist = bufferMeta->IsExist(Tag::MEDIA_START_TIME); in CheckSyncInfo()
/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
157 HILOGI("IsExist GetPreference failed"); in IsExist()
H A Ddevice_status_collect_manager.cpp513 if (preferencesUtil->IsExist(strEvent)) { in PersistOnDemandEvent()
/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_auto_repeat.cpp98 if (TimerMgr->IsExist(timerId_)) { in SelectAutoRepeat()
120 if (JudgeKeyEvent(keyEvent_) && TimerMgr->IsExist(timerId_)) { in SelectAutoRepeat()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_buffer.h80 bool IsExist(Tag tag);
/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()
/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()
/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()
/foundation/multimodalinput/input/service/crown_transform_processor/src/
H A Dcrown_transform_processor.cpp101 if (TimerMgr->IsExist(timerId_)) { in NormalizeRotateEvent()
/foundation/multimodalinput/input/service/timer_manager/src/
H A Dtimer_manager.cpp67 bool TimerManager::IsExist(int32_t timerId) in IsExist() function in OHOS::MMI::TimerManager
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_timed_collect_test.cpp253 preferencesUtil_->IsExist("2017-9-1-16:59:10"); in HWTEST_F()
257 preferencesUtil_->IsExist("2017-9-1-16:59:10"); in HWTEST_F()
/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp122 bool TimerManager::IsExist(int32_t timerId) const
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.h68 bool IsExist(const std::string &infoName, std::map<std::string, std::vector<std::string>> &filterInfo,
H A Dkvstore_data_service.cpp909 if ((IsExist("USER_INFO", filterInfo, iter->user)) || (IsExist("BUNDLE_INFO", filterInfo, iter->bundleName)) || in FilterData()
910 (IsExist("STORE_INFO", filterInfo, iter->storeId))) { in FilterData()
918 bool KvStoreDataService::IsExist(const std::string &infoName, in IsExist() function in OHOS::DistributedKv::KvStoreDataService
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dplugin_buffer.cpp151 bool BufferMeta::IsExist(Tag tag) in IsExist() function in OHOS::Media::Plugin::BufferMeta
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp339 if (TimerMgr->IsExist(timerId_)) { in HandleAxisInner()

Completed in 21 milliseconds