Home
last modified time | relevance | path

Searched refs:ParseKey (Results 1 - 16 of 16) sorted by relevance

/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);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresrdb_fuzzer/
H A Dbundleresrdb_fuzzer.cpp63 resourceRdb.ParseKey(resourceInfo.GetKey(), info); in DoSomethingInterestingWithMyAPI()
65 resourceRdb.ParseKey(resourceInfo.GetKey(), launcherInfo); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dm3u8_unit_test.cpp194 m3u8.ParseKey(tag); in HWTEST_F()
204 m3u8.ParseKey(tag); in HWTEST_F()
214 m3u8.ParseKey(tag); in HWTEST_F()
223 m3u8.ParseKey(tag); in HWTEST_F()
419 testM3u8->ParseKey(attributesTag); in HWTEST_F()
/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.cpp176 info.ParseKey(bundleName); in GetResourceInfoByColorModeChanged()
H A Dbundle_resource_manager.cpp288 resourceInfo.ParseKey(name); in DeleteNotExistResourceInfo()
/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
213 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in GetValue()
250 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in SetValue()
281 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in Delete()
311 PRE_CHECK_RETURN_VOID(ParseKey(env, argv[0], context) == OK); in HasKey()
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dutils.h40 bool ParseKey(std::string key) in ParseKey() function in OHOS::Sharing::RpcKeyParser
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_resource_helper.cpp118 info.ParseKey(keyName); in ParseBundleName()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.cpp159 ParseKey(std::static_pointer_cast<AttributesTag>(tag)); in InitTagUpdatersMap()
257 void M3U8::ParseKey(const std::shared_ptr<AttributesTag> &tag) in ParseKey() function in OHOS::Media::Plugins::HttpPlugin::M3U8
464 m3u8->ParseKey(std::static_pointer_cast<AttributesTag>(tag)); in DownloadSessionKey()
H A Dm3u8.h90 void ParseKey(const std::shared_ptr<AttributesTag> &tag);
/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> asyncContext) in ParseKey() function
256 LOG_ERROR("ParseKey: key type must be string."); in ParseKey()
264 LOG_ERROR("ParseKey: get keyBufferSize failed"); in ParseKey()
283 LOG_ERROR("ParseKey: get keySize failed"); in ParseKey()
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()
/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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp289 * Function: ParseKey
290 * @tc.name: test ParseKey
292 * 2. test ResourceInfo ParseKey
298 resourceInfo.ParseKey(key); in HWTEST_F()
304 resourceInfo.ParseKey(key); in HWTEST_F()
310 resourceInfo.ParseKey(key); in HWTEST_F()
316 resourceInfo.ParseKey(key); in HWTEST_F()
324 * Function: GetKey ParseKey
325 * @tc.name: test GetKey and ParseKey
327 * 2. test ResourceInfo GetKey and ParseKey
[all...]

Completed in 15 milliseconds