Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_parser.h61 static bool CheckDeviceTypeIsValid(const cJSON *deviceTypeObject);
/ohos5.0/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()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp772 napi_value deviceTypeObject = DeviceTypeInit(env); in ConnectionPropertyValueInit() local
782 DECLARE_NAPI_PROPERTY("DeviceType", deviceTypeObject), in ConnectionPropertyValueInit()