Home
last modified time | relevance | path

Searched refs:FindInt64 (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddata_buffer_test.cpp107 bool ret = dataBuffer_->FindInt64(name, value);
110 ret = dataBuffer_->FindInt64(name, value);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/test/unittest/audiodata/src/
H A Daudio_data_test.cpp110 EXPECT_EQ(true, audioData->FindInt64(name, value));
124 EXPECT_EQ(false, audioData->FindInt64(name, value));
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audiodata/include/
H A Daudio_data.h39 bool FindInt64(const string &name, int64_t &value);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audiodata/src/
H A Daudio_data.cpp74 bool AudioData::FindInt64(const string &name, int64_t &value) in FindInt64() function in OHOS::DistributedHardware::AudioData
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddata_buffer.h42 bool FindInt64(const std::string& name, int64_t& value);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_adapter.cpp251 if (!buffer->FindInt64(TIME_STAMP_US, timeStamp)) { in SendSofbusStream()
263 if (!buffer->FindInt64(START_ENCODE_TIME_US, startEncodeT)) { in SendSofbusStream()
267 if (!buffer->FindInt64(FINISH_ENCODE_TIME_US, finishEncodeT)) { in SendSofbusStream()
443 if (!buffer->FindInt64(RECV_TIME_US, recvT)) { in HandleSourceStreamExt()
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddata_buffer.cpp90 bool DataBuffer::FindInt64(const std::string& name, int64_t& value) in FindInt64() function in OHOS::DistributedHardware::DataBuffer
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/fpscontroller/
H A Dfps_controller_process.cpp85 if (!inputBuffers[0]->FindInt64("timeUs", timeStampUs)) { in ProcessData()