/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()
|
/foundation/multimodalinput/input/service/timer_manager/include/ |
H A D | timer_manager.h | 40 bool IsExist(int32_t timerId);
|
/foundation/multimodalinput/input/service/timer_manager/test/ |
H A D | timer_manager_test.cpp | 92 * @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 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)); in HWTEST_F()
|
/foundation/multimodalinput/input/intention/scheduler/timer_manager/include/ |
H A D | timer_manager.h | 41 bool IsExist(int32_t timerId) const;
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_timed_collect_tool.h | 37 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 D | time_statistician.cpp | 27 if (!bufferMeta->IsExist(Tag::USER_PUSH_DATA_TIME)) { in CalProcessTime()
|
H A D | output_controller.cpp | 276 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 D | device_timed_collect_tool.cpp | 154 bool PreferencesUtil::IsExist(const std::string& key) in IsExist() function in OHOS::PreferencesUtil 157 HILOGI("IsExist GetPreference failed"); in IsExist()
|
H A D | device_status_collect_manager.cpp | 513 if (preferencesUtil->IsExist(strEvent)) { in PersistOnDemandEvent()
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | key_auto_repeat.cpp | 98 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 D | plugin_buffer.h | 80 bool IsExist(Tag tag);
|
/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()
|
/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()
|
/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()
|
/foundation/multimodalinput/input/service/crown_transform_processor/src/ |
H A D | crown_transform_processor.cpp | 101 if (TimerMgr->IsExist(timerId_)) { in NormalizeRotateEvent()
|
/foundation/multimodalinput/input/service/timer_manager/src/ |
H A D | timer_manager.cpp | 67 bool TimerManager::IsExist(int32_t timerId) in IsExist() function in OHOS::MMI::TimerManager
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_timed_collect_test.cpp | 253 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 D | timer_manager.cpp | 122 bool TimerManager::IsExist(int32_t timerId) const
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.h | 68 bool IsExist(const std::string &infoName, std::map<std::string, std::vector<std::string>> &filterInfo,
|
H A D | kvstore_data_service.cpp | 909 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 D | plugin_buffer.cpp | 151 bool BufferMeta::IsExist(Tag tag) in IsExist() function in OHOS::Media::Plugin::BufferMeta
|
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 339 if (TimerMgr->IsExist(timerId_)) { in HandleAxisInner()
|