Searched refs:FindInt64 (Results 1 - 8 of 8) sorted by relevance
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | data_buffer_test.cpp | 100 * @tc.desc: Verify the FindInt64 function failed. 110 bool ret = dataBuffer_->FindInt64(name, value); in HWTEST_F() 113 ret = dataBuffer_->FindInt64(name, value); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/services/common/test/unittest/audiodata/src/ |
H A D | audio_data_test.cpp | 100 * @tc.desc: Verify the FindInt64 function. 110 EXPECT_EQ(true, audioData->FindInt64(name, value)); in HWTEST_F() 115 * @tc.desc: Verify the FindInt64 function. 124 EXPECT_EQ(false, audioData->FindInt64(name, value)); in HWTEST_F()
|
/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
|
/foundation/distributedhardware/distributed_audio/services/common/audiodata/include/ |
H A D | audio_data.h | 39 bool FindInt64(const string &name, int64_t &value);
|
/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | data_buffer.h | 42 bool FindInt64(const std::string& name, int64_t& value);
|
/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
|
/foundation/distributedhardware/distributed_camera/services/channel/src/ |
H A D | dcamera_softbus_adapter.cpp | 285 if (!buffer->FindInt64(TIME_STAMP_US, timeStamp)) { in SendSofbusStream() 297 if (!buffer->FindInt64(START_ENCODE_TIME_US, startEncodeT)) { in SendSofbusStream() 301 if (!buffer->FindInt64(FINISH_ENCODE_TIME_US, finishEncodeT)) { in SendSofbusStream() 456 if (!buffer->FindInt64(RECV_TIME_US, recvT)) { in HandleSourceStreamExt()
|
/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()
|
Completed in 4 milliseconds