Home
last modified time | relevance | path

Searched refs:tagString (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/src/
H A Dhks_report_wrapper.c113 … AppendIfExist(uint32_t tag, const struct HksParamSet *paramSetIn, const struct HksBlob *tagString, in AppendIfExist() argument
119 ret = AppendToExtra(tagString, temp, extraOut, index); in AppendIfExist()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.h177 std::string ExcludeTag(const std::string& jsonString, const std::string& tagString);
178 std::string IncludeTag(const std::string& jsonString, const std::string& tagString);
H A Djsi_pa_engine.cpp940 std::string JsiPaEngine::ExcludeTag(const std::string& jsonString, const std::string& tagString) in ExcludeTag() argument
942 size_t pos = jsonString.find(tagString); in ExcludeTag()
965 std::string JsiPaEngine::IncludeTag(const std::string& jsonString, const std::string& tagString) in IncludeTag() argument
967 std::string result = "{\"" + tagString + "\":"; in IncludeTag()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dnapi_data_ability_helper_utils.cpp1131 static std::string ExcludeTag(const std::string& jsonString, const std::string& tagString) in ExcludeTag() argument
1134 size_t pos = jsonString.find(tagString); in ExcludeTag()