Home
last modified time | relevance | path

Searched refs:keyId (Results 1 – 6 of 6) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DJsonUtil.java1876 static String parseResourceByKey(JSONObject jsonObject, byte[] data, String key, String keyId) { in parseResourceByKey() argument
1878 if (jsonObject.containsKey(keyId)) { in parseResourceByKey()
1879 int resId = jsonObject.getIntValue(keyId); in parseResourceByKey()
1891 …c HashMap<String, String> parseResourceMapByKey(JSONObject jsonObject, byte[] data, String keyId) { in parseResourceMapByKey() argument
1893 if (jsonObject.containsKey(keyId)) { in parseResourceMapByKey()
1894 int resId = jsonObject.getIntValue(keyId); in parseResourceMapByKey()
/developtools/smartperf_host/trace_streamer/test/unittest/
Dtable_test.cpp534 uint32_t keyId = stream_.traceDataCache_->GetDataIndex("data"); variable
539 …stream_.traceDataCache_->GetSyseventMeasureData()->AppendData(ts, nameId, keyId, type, numericValu…
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1773 uint32_t keyId, in AppendData() argument
1781 appKeyFilterIds_.emplace_back(keyId); in AppendData()
Dtrace_stdtype.h1560 uint32_t keyId,
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1780 uint32_t keyId, in AppendData() argument
1788 appKeyFilterIds_.emplace_back(keyId); in AppendData()
Dtrace_stdtype.h1564 uint32_t keyId,