Home
last modified time | relevance | path

Searched refs:int64Map_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audiodata/src/
H A Daudio_data.cpp60 int64Map_[name] = value; in SetInt64()
76 if (int64Map_.count(name) != 0) { in FindInt64()
77 value = int64Map_[name]; in FindInt64()
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddata_buffer.cpp71 int64Map_[name] = value; in SetInt64()
92 if (int64Map_.count(name) != 0) { in FindInt64()
93 value = int64Map_[name]; in FindInt64()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/common/audiodata/include/
H A Daudio_data.h50 map<string, int64_t> int64Map_; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddata_buffer.h55 std::map<std::string, int64_t> int64Map_; variable