Home
last modified time | relevance | path

Searched refs:PutNum (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_store.cpp264 BytesUtils::PutNum(&type, 0, sizeof(type), data); in PutDouble()
265 BytesUtils::PutNum(&value, sizeof(type), sizeof(value), data); in PutDouble()
273 BytesUtils::PutNum(&type, 0, sizeof(type), data); in PutBoolean()
274 BytesUtils::PutNum(&value, sizeof(type), sizeof(value), data); in PutBoolean()
282 BytesUtils::PutNum(&type, 0, sizeof(type), data); in PutString()
341 BytesUtils::PutNum(&type, 0, sizeof(type), data); in PutComplex()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dbytes_utils.h31 static void PutNum(void *val, uint32_t offset, uint32_t valLen, Bytes &data) in PutNum() function