Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp31 cJSON *metaObj = cJSON_GetObjectItemCaseSensitive(rootValue, "MetaData"); in InitDCameraAbility() local
32 if (metaObj == nullptr || !cJSON_IsString(metaObj) || (metaObj->valuestring == nullptr)) { in InitDCameraAbility()
36 std::string metadataStr = std::string(metaObj->valuestring); in InitDCameraAbility()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp1112 SqliteMetaExecutor metaObj; variable
1114 int ret = metaObj.GetAllKeys(nullptr, true, keys);
1123 ret = metaObj.GetMetaKeysByKeyPrefix("", nullptr,