Home
last modified time | relevance | path

Searched refs:ParseKey (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_rdb.h76 void ParseKey(const std::string &key,
79 void ParseKey(const std::string &key,
H A Dresource_info.h40 void ParseKey(const std::string &key);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dm3u8_unit_test.cpp194 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 Dbundle_resource_rdb.cpp437 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 Dresource_info.cpp50 void ResourceInfo::ParseKey(const std::string &key) in ParseKey() function in OHOS::AppExecFwk::ResourceInfo
H A Dbundle_resource_process.cpp175 info.ParseKey(bundleName); in GetResourceInfoByColorModeChanged()
H A Dbundle_resource_manager.cpp288 resourceInfo.ParseKey(name); in DeleteNotExistResourceInfo()
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Djson_flatten_parser.cpp66 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 Djson_flatten_parser.h45 std::string ParseKey(const std::string& json);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp142 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 Dnapi_preferences.cpp146 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 Dnapi_storage.cpp251 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 Dm3u8.cpp161 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 Dm3u8.h90 void ParseKey(const std::shared_ptr<AttributesTag> &tag);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_resource_helper.cpp118 info.ParseKey(keyName); in ParseBundleName()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp307 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 Dhap_parser.cpp606 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 Dbms_bundle_resource_test.cpp298 resourceInfo.ParseKey(key);
304 resourceInfo.ParseKey(key);
310 resourceInfo.ParseKey(key);
316 resourceInfo.ParseKey(key);
338 newResourceInfo.ParseKey(key);
3360 newInfo.ParseKey(key);