Home
last modified time | relevance | path

Searched refs:ExcludeTag (Results 1 – 3 of 3) sorted by relevance

/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);
H A Djsi_pa_engine.cpp940 std::string JsiPaEngine::ExcludeTag(const std::string& jsonString, const std::string& tagString) in ExcludeTag() function in OHOS::Ace::JsiPaEngine
977 std::string params = ExcludeTag(pacString, "pacmap"); in Call()
/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() function
1165 std::string resultWithoutTag = ExcludeTag(result->ToString(), "pacmap"); in CallPacMapValue()