Home
last modified time | relevance | path

Searched refs:dataCaches_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp65 dataCaches_.clear(); in ~SoftBusAdapter()
386 auto deviceIdData = dataCaches_.find(deviceId); in CacheData()
387 if (deviceIdData == dataCaches_.end()) { in CacheData()
388 dataCaches_[deviceId] = { bytesMsg }; in CacheData()
494 auto dataCache = dataCaches_.find(it.first); in DoSend()
495 if (dataCache == dataCaches_.end()) { in DoSend()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dsoftbus_adapter.h111 std::map<std::string, std::vector<BytesMsg>> dataCaches_; member in OHOS::ObjectStore::SoftBusAdapter

Completed in 2 milliseconds