Home
last modified time | relevance | path

Searched defs:valueBytes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dpublished_data.cpp116 auto *valueBytes = std::get_if<PublishedDataNode::BytesData>(&data); in MoveTo() local
130 auto *valueBytes = std::get_if<std::vector<uint8_t>>(&data); in MoveTo() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp65 std::vector<uint8_t> valueBytes = {value.begin(), value.end()}; in PutLocal() local
78 std::vector<uint8_t> valueBytes; in GetLocal() local
96 std::vector<uint8_t> valueBytes; in DeleteLocal() local