Home
last modified time | relevance | path

Searched defs:integer (Results 1 – 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
Dparcel.h189 uint32_t Parcel::ReadInteger(T &integer) in ReadInteger()
208 int Parcel::WriteInteger(T integer) in WriteInteger()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
Dblock_integer.h23 …API_EXPORT BlockInteger(const BlockInteger &integer) : interval_(integer.interval_), value_(intege… in BlockInteger()
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_common.c221 static uint32_t integer = 0; in GenSeq() local