Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_parser.h61 static bool CheckDeviceTypeIsValid(const cJSON *deviceTypeObject);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp508 bool GtBundleParser::CheckDeviceTypeIsValid(const cJSON *deviceTypeObject) in CheckDeviceTypeIsValid() argument
510 if (!cJSON_IsArray(deviceTypeObject)) { in CheckDeviceTypeIsValid()
520 cJSON_ArrayForEach(object, deviceTypeObject) { in CheckDeviceTypeIsValid()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp803 napi_value deviceTypeObject = DeviceTypeInit(env); in ConnectionPropertyValueInit() local
813 DECLARE_NAPI_PROPERTY("DeviceType", deviceTypeObject), in ConnectionPropertyValueInit()

Completed in 5 milliseconds