/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/ |
H A D | bundle_resource_rdb.h | 76 void ParseKey(const std::string &key, 79 void ParseKey(const std::string &key,
|
H A D | resource_info.h | 40 void ParseKey(const std::string &key);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/ |
H A D | m3u8_unit_test.cpp | 194 m3u8.ParseKey(tag); 204 m3u8.ParseKey(tag); 214 m3u8.ParseKey(tag); 223 m3u8.ParseKey(tag); 419 testM3u8->ParseKey(attributesTag);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_rdb.cpp | 437 ParseKey(bundleResourceInfo.bundleName, bundleResourceInfo); in ConvertToBundleResourceInfo() 480 ParseKey(key, launcherAbilityResourceInfo); in ConvertToLauncherAbilityResourceInfo() 589 void BundleResourceRdb::ParseKey(const std::string &key, in ParseKey() function in OHOS::AppExecFwk::BundleResourceRdb 593 info.ParseKey(key); in ParseKey() 600 void BundleResourceRdb::ParseKey(const std::string &key, in ParseKey() function in OHOS::AppExecFwk::BundleResourceRdb 604 info.ParseKey(key); in ParseKey()
|
H A D | resource_info.cpp | 50 void ResourceInfo::ParseKey(const std::string &key) in ParseKey() function in OHOS::AppExecFwk::ResourceInfo
|
H A D | bundle_resource_process.cpp | 175 info.ParseKey(bundleName); in GetResourceInfoByColorModeChanged()
|
H A D | bundle_resource_manager.cpp | 288 resourceInfo.ParseKey(name); in DeleteNotExistResourceInfo()
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | json_flatten_parser.cpp | 66 std::string key = ParseKey(json); in Parse() 85 std::string JsonFlattenParser::ParseKey(const std::string& json) in ParseKey() function in OHOS::HiviewDFX::JsonFlattenParser
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/include/ |
H A D | json_flatten_parser.h | 45 std::string ParseKey(const std::string& json);
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences.cpp | 142 int ParseKey(napi_env env, const napi_value arg, std::shared_ptr<PreferencesAysncContext> context) in ParseKey() function 217 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in GetValue() 254 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in SetValue() 285 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in Delete() 315 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in HasKey()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/ |
H A D | napi_preferences.cpp | 146 int ParseKey(napi_env env, const napi_value arg, std::shared_ptr<PreferencesAysncContext> context) in ParseKey() function 221 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in GetValue() 259 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in SetValue() 291 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in Delete() 322 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in HasKey()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/ |
H A D | napi_storage.cpp | 251 int ParseKey(const napi_env env, const napi_value arg, std::shared_ptr<StorageAysncContext> asyncCo… in ParseKey() function 352 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in GetValue() 442 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in SetValue() 499 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in Delete() 547 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in HasKey()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | m3u8.cpp | 161 ParseKey(std::static_pointer_cast<AttributesTag>(tag)); in InitTagUpdatersMap() 261 void M3U8::ParseKey(const std::shared_ptr<AttributesTag> &tag) in ParseKey() function in OHOS::Media::Plugins::HttpPlugin::M3U8 469 m3u8->ParseKey(std::static_pointer_cast<AttributesTag>(tag)); in DownloadSessionKey()
|
H A D | m3u8.h | 90 void ParseKey(const std::shared_ptr<AttributesTag> &tag);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_resource_helper.cpp | 118 info.ParseKey(keyName); in ParseBundleName()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 307 int32_t ParseKey(const char *buffer, uint32_t &offset, ResKey *key, in ParseKey() function 382 int32_t ret = ParseKey(buffer, offset, key, match, defaultConfig); in ParseResHex()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 606 int32_t ParseKey(const char *buffer, uint32_t &offset, const size_t &bufLen, std::shared_ptr<ResKey… in ParseKey() function 692 int32_t ret = ParseKey(buffer, offset, bufLen, key, &selectOptions); in ParseResHex()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_resource_test.cpp | 298 resourceInfo.ParseKey(key); 304 resourceInfo.ParseKey(key); 310 resourceInfo.ParseKey(key); 316 resourceInfo.ParseKey(key); 338 newResourceInfo.ParseKey(key); 3360 newInfo.ParseKey(key);
|