Searched refs:ParseDeviceType (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_key_parser.cpp | 87 ParseDeviceType, in Parse() 113 ParseDeviceType, in DeclarativeParse() 248 bool AceResKeyParser::ParseDeviceType(const std::string& key, std::vector<KeyParam>& keyParams) in ParseDeviceType() function in OHOS::Ace::AceResKeyParser
|
H A D | ace_res_key_parser.h | 59 static bool ParseDeviceType(const std::string& key, std::vector<KeyParam>& keyParams);
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_parser.h | 44 static uint8_t ParseDeviceType(const cJSON *object, BundleProfile &bundleProfile);
|
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble_utils.c | 276 static int32_t ParseDeviceType(DeviceWrapper *device, const uint8_t* data, const uint32_t len) in ParseDeviceType() function 359 ret = ParseDeviceType(device, &data[curLen + 1], len); in ParseRecvTlvs()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_parser.cpp | 413 errorCode = ParseDeviceType(moduleObject, bundleProfile); in ParseModuleInfo() 465 uint8_t BundleParser::ParseDeviceType(const cJSON *moduleObject, BundleProfile &bundleProfile) in ParseDeviceType() function in OHOS::BundleParser
|
Completed in 5 milliseconds