/developtools/packing_tool/packing_tool/frameworks/src/json/ |
H A D | distro_filter.cpp | 34 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 D | module_json.cpp | 57 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 D | module_json_stage.cpp | 57 const std::string VALUE = "value"; member
|
H A D | module_json_fa.cpp | 57 const std::string VALUE = "value"; member
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
H A D | demo_meta_table.cpp | 21 enum class Index : int32_t { NAMEINDEX = 0, VALUE }; 50 case Index::VALUE: in Column()
|
H A D | slice_table.cpp | 21 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 D | gpu_counter_table.cpp | 21 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 D | meta_table.cpp | 20 enum class Index : int32_t { NAMEINDEX = 0, VALUE }; 49 case Index::VALUE: in Column()
|
H A D | trace_config_table.cpp | 20 enum class Index : int32_t { ID = 0, TRACE_SOURCE, KEY, VALUE }; 59 case Index::VALUE: in Column()
|
H A D | args_table.cpp | 20 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 D | instants_table.cpp | 21 enum class Index : int32_t { TS = 0, NAME, REF, WAKEUP_FROM, REF_TYPE, VALUE }; 148 case Index::VALUE: { in Column()
|
H A D | measure_table.cpp | 21 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 D | sqllite_prepar_cache_data_test.cpp | 42 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 D | metrics.cpp | 260 "," + 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 D | metrics.h | 60 const std::string VALUE = "value:"; member
|
/developtools/ace_js2bundle/ace-loader/src/lite/ |
H A D | lite-transform-template.js | 293 const VALUE = 'value'; 297 if (key === VALUE) {
|
/developtools/packing_tool/adapter/ohos/ |
H A D | ModuleJsonUtil.java | 72 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 D | JsonUtil.java | 36 private static final String VALUE = "value"; field in JsonUtil 1445 moduleMetadataInfo.value = getJsonString(jsonObject, VALUE); in parseModuleMetadata()
|