/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);
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresrdb_fuzzer/ |
H A D | bundleresrdb_fuzzer.cpp | 63 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 D | m3u8_unit_test.cpp | 194 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 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 | 176 info.ParseKey(bundleName); in GetResourceInfoByColorModeChanged()
|
H A D | bundle_resource_manager.cpp | 288 resourceInfo.ParseKey(name); in DeleteNotExistResourceInfo()
|
/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 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 D | utils.h | 40 bool ParseKey(std::string key) in ParseKey() function in OHOS::Sharing::RpcKeyParser
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_resource_helper.cpp | 118 info.ParseKey(keyName); in ParseBundleName()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | m3u8.cpp | 159 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 D | m3u8.h | 90 void ParseKey(const std::shared_ptr<AttributesTag> &tag);
|
/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> 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 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()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_resource_test.cpp | 289 * 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...] |