Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_common.cpp78 const RegedTinyObject *outObj = inMsg->GetObject<RegedTinyObject>(); in RegFuncForTinyMsg() local
96 const RegedHugeObject *outObj = inMsg->GetObject<RegedHugeObject>(); in RegFuncForHugeMsg() local
113 const RegedGiantObject *outObj = inMsg->GetObject<RegedGiantObject>(); in RegFuncForGiantMsg() local
120 const RegedGiantObject *outObj = inMsg->GetObject<RegedGiantObject>(); in RegFuncForGiantMsg() local
160 const RegedOverSizeObject *outObj = inMsg->GetObject<RegedOverSizeObject>(); in RegFuncForOverSizeMsg() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.cpp548 napi_status NapiParseObject(napi_env env, napi_value object, T &outObj) in NapiParseObject()