Searched refs:infoJson (Results 1 - 6 of 6) sorted by relevance
/foundation/distributedhardware/distributed_audio/audiohandler/src/ |
H A D | daudio_handler.cpp | 51 bool DAudioHandler::AddItemsToObject(DHItem &dhItem, cJSON* infoJson, const int32_t &dhId) in AddItemsToObject() argument 59 cJSON_AddItemToObject(infoJson, "SampleRates", sampleArray); in AddItemsToObject() 66 cJSON_AddItemToObject(infoJson, "ChannelMasks", channelArray); in AddItemsToObject() 73 cJSON_AddItemToObject(infoJson, "Formats", formatsArray); in AddItemsToObject() 81 cJSON_AddItemToObject(infoJson, "SampleRates", sampleArray); in AddItemsToObject() 88 cJSON_AddItemToObject(infoJson, "ChannelMasks", channelArray); in AddItemsToObject() 95 cJSON_AddItemToObject(infoJson, "Formats", formatsArray); in AddItemsToObject() 130 cJSON* infoJson = cJSON_CreateObject(); in RealQuery() local 131 if (infoJson == nullptr) { in RealQuery() 136 if (!AddItemsToObject(dhItem, infoJson, dhI in RealQuery() [all...] |
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/applicationinfofromjson_fuzzer/ |
H A D | applicationinfofromjson_fuzzer.cpp | 35 nlohmann::json infoJson; in fuzzabilityinfromjson() local 37 infoJson[NAME] = name; in fuzzabilityinfromjson() 38 ApplicationInfo applicationInfo = infoJson; in fuzzabilityinfromjson()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinfofromjson_fuzzer/ |
H A D | bundleinfofromjson_fuzzer.cpp | 35 nlohmann::json infoJson; in fuzzabilityinfromjson() local 37 infoJson[NAME] = name; in fuzzabilityinfromjson() 38 BundleInfo bundleInfo = infoJson; in fuzzabilityinfromjson()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/abilityinfofromjson_fuzzer/ |
H A D | abilityinfofromjson_fuzzer.cpp | 35 nlohmann::json infoJson; in fuzzabilityinfromjson() local 37 infoJson[NAME] = name; in fuzzabilityinfromjson() 38 AbilityInfo abilityInfo = infoJson; in fuzzabilityinfromjson()
|
/foundation/distributedhardware/distributed_audio/audiohandler/include/ |
H A D | daudio_handler.h | 54 bool AddItemsToObject(DHItem &dhItem, cJSON *infoJson, const int32_t &dhId);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 766 void CheckInvalidPropDeserialize(const nlohmann::json infoJson, const InfoType infoType) const; 1560 const nlohmann::json infoJson, const InfoType infoType) const in CheckInvalidPropDeserialize() 1562 APP_LOGI("deserialize infoJson = %{public}s", infoJson.dump().c_str()); in CheckInvalidPropDeserialize() 1568 bundleInfoJson = infoJson; in CheckInvalidPropDeserialize() 1569 BundleInfo bundleInfo = infoJson; in CheckInvalidPropDeserialize() 1573 bundleInfoJson["appInfo"] = infoJson; in CheckInvalidPropDeserialize() 1574 ApplicationInfo applicationInfo = infoJson; in CheckInvalidPropDeserialize() 1578 bundleInfoJson["abilityInfos"].push_back(infoJson); in CheckInvalidPropDeserialize() 1579 AbilityInfo abilityInfo = infoJson; in CheckInvalidPropDeserialize() 1559 CheckInvalidPropDeserialize( const nlohmann::json infoJson, const InfoType infoType) const CheckInvalidPropDeserialize() argument 1645 nlohmann::json infoJson; HWTEST_F() local 1689 nlohmann::json infoJson; HWTEST_F() local 1743 nlohmann::json infoJson; HWTEST_F() local [all...] |
Completed in 4 milliseconds