Home
last modified time | relevance | path

Searched refs:VALUE (Results 1 - 18 of 18) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Ddistro_filter.cpp34 const std::string VALUE = "value"; member
48 if (root->Contains(VALUE.c_str())) { in ParseFromJson()
50 if (root->GetArray(VALUE.c_str(), &valuesObj) != Result::SUCCESS) { in ParseFromJson()
51 LOGE("apiVersion node get %s array node failed!", VALUE.c_str()); in ParseFromJson()
73 if (root->Contains(VALUE.c_str())) { in ParseFromJsonApiVersion()
75 if (root->GetArray(VALUE.c_str(), &valuesObj) != Result::SUCCESS) { in ParseFromJsonApiVersion()
76 LOGE("apiVersion node get %s array node failed!", VALUE.c_str()); in ParseFromJsonApiVersion()
H A Dmodule_json.cpp57 const std::string VALUE = "value"; member
503 if (moduleMetadataInfoObj->Contains(VALUE.c_str())) { in GetModuleMetadataInfoByModuleMetadataInfoObj()
504 if (moduleMetadataInfoObj->GetString(VALUE.c_str(), &moduleMetadataInfo.value) != Result::SUCCESS) { in GetModuleMetadataInfoByModuleMetadataInfoObj()
505 LOGE("ModuleMetadataInfo node get %s failed!", VALUE.c_str()); in GetModuleMetadataInfoByModuleMetadataInfoObj()
H A Dmodule_json_stage.cpp57 const std::string VALUE = "value"; member
H A Dmodule_json_fa.cpp57 const std::string VALUE = "value"; member
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
H A Ddemo_meta_table.cpp21 enum class Index : int32_t { NAMEINDEX = 0, VALUE };
50 case Index::VALUE: in Column()
H A Dslice_table.cpp21 enum class Index : int32_t { TS = 0, ENDTS = 1, VALUE = 2, SLICE_ID = 3 }; member in SysTuning::TraceStreamer::Index
58 case Index::VALUE: { in Column()
H A Dgpu_counter_table.cpp21 enum class Index : int32_t { TS = 0, COUNTER_ID = 1, VALUE = 2 }; member in SysTuning::TraceStreamer::Index
57 case Index::VALUE: { in Column()
/developtools/smartperf_host/trace_streamer/src/table/base/
H A Dmeta_table.cpp20 enum class Index : int32_t { NAMEINDEX = 0, VALUE };
49 case Index::VALUE: in Column()
H A Dtrace_config_table.cpp20 enum class Index : int32_t { ID = 0, TRACE_SOURCE, KEY, VALUE };
59 case Index::VALUE: in Column()
H A Dargs_table.cpp20 enum class Index : int32_t { ID = 0, KEY, DATATYPE, VALUE, ARGSETID }; member in SysTuning::TraceStreamer::Index
118 case Index::VALUE: in Column()
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
H A Dinstants_table.cpp21 enum class Index : int32_t { TS = 0, NAME, REF, WAKEUP_FROM, REF_TYPE, VALUE };
148 case Index::VALUE: { in Column()
H A Dmeasure_table.cpp21 enum class Index : int32_t { TYPE = 0, TS, DUR, VALUE, FILTER_ID }; member in SysTuning::TraceStreamer::Index
144 case Index::VALUE: in Column()
/developtools/smartperf_host/trace_streamer/test/unittest/query/
H A Dsqllite_prepar_cache_data_test.cpp42 const int32_t VALUE = 107; member
121 const std::string SVALUE = "VALUE";
178 sphCpuStateData->set_value(VALUE); in HWTEST_F()
188 EXPECT_EQ(batchSphCpuStateDataResult.values(0).cpu_state_data().value(), VALUE); in HWTEST_F()
205 sphCpuFreqData->set_value(VALUE); in HWTEST_F()
216 EXPECT_EQ(batchSphCpuFreqDataResult.values(0).cpu_freq_data().value(), VALUE); in HWTEST_F()
234 sphCpuFreqLimitData->set_value(VALUE); in HWTEST_F()
246 EXPECT_EQ(batchSphCpuFreqLimitDataResult.values(0).cpu_freq_limit_data().value(), VALUE); in HWTEST_F()
263 sphClockData->set_value(VALUE); in HWTEST_F()
273 EXPECT_EQ(batchSphClockDataResult.values(0).clock_data().value(), VALUE); in HWTEST_F()
[all...]
/developtools/smartperf_host/trace_streamer/src/metrics/
H A Dmetrics.cpp260 "," + VALUE + std::to_string(item.anonRss.value) + "}," + FILE_RSS + TS + in UpdataRepeateValueByMemUnagg()
262 "," + VALUE + std::to_string(item.fileRss.value) + "}," + SWAP + TS + in UpdataRepeateValueByMemUnagg()
264 VALUE + std::to_string(item.swap.value) + "}},"; in UpdataRepeateValueByMemUnagg()
292 TRACE_METADATA + ":{" + NAME + "\"" + item.name + "\"," + VALUE + "\"" + item.value + "\"" + "},"; in UpdataRepeateValueByMetadata()
H A Dmetrics.h60 const std::string VALUE = "value:"; member
/developtools/ace_js2bundle/ace-loader/src/lite/
H A Dlite-transform-template.js293 const VALUE = 'value';
297 if (key === VALUE) {
/developtools/packing_tool/adapter/ohos/
H A DModuleJsonUtil.java72 private static final String VALUE = "value"; field in ModuleJsonUtil
1021 if (jsonObject.containsKey(VALUE)) { in parseModuleMetadata()
1022 moduleMetadataInfo.value = getJsonString(jsonObject, VALUE); in parseModuleMetadata()
H A DJsonUtil.java36 private static final String VALUE = "value"; field in JsonUtil
1445 moduleMetadataInfo.value = getJsonString(jsonObject, VALUE); in parseModuleMetadata()

Completed in 18 milliseconds