Searched refs:PutNum (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | flat_object_store.cpp | 264 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 D | bytes_utils.h | 31 static void PutNum(void *val, uint32_t offset, uint32_t valLen, Bytes &data) in PutNum() function
|