Home
last modified time | relevance | path

Searched refs:deviceCapObject (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp707 cJSON *deviceCapObject = nullptr; in ParseAbilityDeviceCap() local
709 deviceCapObject = cJSON_GetArrayItem(object, index); in ParseAbilityDeviceCap()
710 if (deviceCapObject == nullptr) { in ParseAbilityDeviceCap()
714 if ((deviceCapObject->valuestring != nullptr) && in ParseAbilityDeviceCap()
716 deviceCapObject->valuestring, strlen(deviceCapObject->valuestring)) != EOK)) { in ParseAbilityDeviceCap()

Completed in 2 milliseconds