Home
last modified time | relevance | path

Searched defs:targetStr (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
Drs_system_properties_test.cpp352 std::string targetStr("A,B,C,D"); variable
814 std::string targetStr("A;B;C;D"); variable
/foundation/arkui/ace_engine_lite/frameworks/common/log/
Dace_log.cpp25 … ReplaceHiLogPrivacyKeyWords(string &original, const string &toBeReplaced, const string &targetStr) in ReplaceHiLogPrivacyKeyWords()
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
Dnapi_utils.cpp836 bool HasProperty(napi_env env, napi_value value, const std::string& targetStr) in HasProperty()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_system_properties.cpp770 static std::string targetStr = system::GetParameter("persist.sys.graphic.traceTargetList", ""); in FindNodeInTargetList() local