Home
last modified time | relevance | path

Searched refs:int32Map_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddata_buffer.cpp66 int32Map_[name] = value; in SetInt32()
81 if (int32Map_.count(name) != 0) { in FindInt32()
82 value = int32Map_[name]; in FindInt32()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audiodata/src/
H A Daudio_data.cpp65 if (int32Map_.count(name) != 0) { in FindInt32()
66 value = int32Map_[name]; in FindInt32()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audiodata/include/
H A Daudio_data.h49 map<string, int32_t> int32Map_; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddata_buffer.h54 std::map<std::string, int32_t> int32Map_; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/test/unittest/audiodata/src/
H A Daudio_data_test.cpp80 audioData->int32Map_.insert(std::make_pair(name, value));