Home
last modified time | relevance | path

Searched refs:CheckDeviceTypeIsValid (Results 1 – 2 of 2) 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.cpp274 if (!CheckDeviceTypeIsValid(object)) { in ParseModuleInfo()
508 bool GtBundleParser::CheckDeviceTypeIsValid(const cJSON *deviceTypeObject) in CheckDeviceTypeIsValid() function in OHOS::GtBundleParser