Lines Matching defs:readUnifiedData
543 OH_UdmfData *readUnifiedData = OH_UdmfData_Create();
544 int getRes = OH_Udmf_GetUnifiedData(key, intention, readUnifiedData);
547 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
559 OH_UdmfData_Destroy(readUnifiedData);
585 OH_UdmfData *readUnifiedData = OH_UdmfData_Create();
586 int getUnifiedDataRes = OH_Udmf_GetUnifiedData(key, intention, readUnifiedData);
589 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &getRecordsCount);
594 OH_UdmfData_Destroy(readUnifiedData);
2253 OH_UdmfData *readUnifiedData = OH_UdmfData_Create();
2254 int getRes = OH_Udmf_GetUnifiedData(key, intention, readUnifiedData);
2257 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
2269 OH_UdmfData_Destroy(readUnifiedData);
2293 OH_UdmfData *readUnifiedData = OH_UdmfData_Create();
2294 int getRes = OH_Udmf_GetUnifiedData(key, intention, readUnifiedData);
2297 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
2309 OH_UdmfData_Destroy(readUnifiedData);
2334 OH_UdmfData *readUnifiedData = OH_UdmfData_Create();
2335 int getRes = OH_Udmf_GetUnifiedData(key, intention, readUnifiedData);
2338 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
2350 OH_UdmfData_Destroy(readUnifiedData);
2374 OH_UdmfData *readUnifiedData = OH_UdmfData_Create();
2375 int getRes = OH_Udmf_GetUnifiedData(key, intention, readUnifiedData);
2378 OH_UdmfRecord **getRecords = OH_UdmfData_GetRecords(readUnifiedData, &count);
2395 OH_UdmfData_Destroy(readUnifiedData);