Home
last modified time | relevance | path

Searched refs:paramValue (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/ffrt_profiler/client/src/
H A Dffrt_profiler.cpp74 const char *paramValue = CachedParameterGetChanged(g_cachedHandle, &changed); in CheckFfrtProfilerParam() local
77 if (UNEXPECTANTLY(changed == 1) && paramValue != nullptr) { in CheckFfrtProfilerParam()
78 if (!enable_ && strlen(paramValue) > 0) { in CheckFfrtProfilerParam()
80 SplitString(paramValue, ",", values); in CheckFfrtProfilerParam()
88 } else if (enable_ && strlen(paramValue) == 0) { in CheckFfrtProfilerParam()
/developtools/profiler/device/plugins/network_profiler/client/src/
H A Dnetwork_profiler.cpp97 const char *paramValue = CachedParameterGetChanged(g_cachedHandle, &changed); in CheckNetworkProfilerParam() local
100 if ((UNEXPECTANTLY(changed == 1) || g_changed) && paramValue != nullptr) { in CheckNetworkProfilerParam()
101 if (!enable_ && strlen(paramValue) > 0) { in CheckNetworkProfilerParam()
103 SplitParamValue(paramValue, ",", values); in CheckNetworkProfilerParam()
/developtools/packing_tool/ohos_packing_tool/frameworks/src/
H A Dshell_command.cpp78 std::string paramValue = optarg; in ParseParam() local
/developtools/packing_tool/packing_tool/frameworks/src/
H A Dshell_command.cpp83 std::string paramValue = optarg; in ParseParam() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
H A DSignProvider.java753 * @param paramValue the value of parameter
756 protected String getParamValue(String paramName, String paramValue) { in getParamValue() argument
759 return EscapeCharacter.unescape(paramValue); in getParamValue()
762 return paramValue; in getParamValue()

Completed in 3 milliseconds