Searched refs:FindInt64 (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | data_buffer_test.cpp | 107 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 D | audio_data_test.cpp | 110 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 D | audio_data.h | 39 bool FindInt64(const string &name, int64_t &value);
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audiodata/src/ |
H A D | audio_data.cpp | 74 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 D | data_buffer.h | 42 bool FindInt64(const std::string& name, int64_t& value);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/ |
H A D | dcamera_softbus_adapter.cpp | 251 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 D | data_buffer.cpp | 90 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 D | fps_controller_process.cpp | 85 if (!inputBuffers[0]->FindInt64("timeUs", timeStampUs)) { in ProcessData()
|