/developtools/smartperf_host/trace_streamer/src/rpc/ |
H A D | wasm_func.h | 27 #define EM_IMPORT(NAME) __attribute__((import_module("env"), import_name(#NAME))) 29 #define EM_IMPORT(NAME)
|
/developtools/packing_tool/packing_tool/frameworks/src/json/ |
H A D | pack_info.cpp | 35 const std::string NAME = "name"; member 393 if (!versionObj->Contains(CODE.c_str()) || !versionObj->Contains(NAME.c_str())) { in GetVersionByVersionObj() 394 LOGE("Version node has no %s node or %s node!", CODE.c_str(), NAME.c_str()); in GetVersionByVersionObj() 401 if (versionObj->GetString(NAME.c_str(), &version.name) != Result::SUCCESS) { in GetVersionByVersionObj() 402 LOGE("Version node get %s failed!", NAME.c_str()); in GetVersionByVersionObj() 433 if (!versionObj->Contains(NAME.c_str())) { in SetVersionName() 434 LOGE("Version node has no %s node!", NAME.c_str()); in SetVersionName() 437 if (versionObj->SetString(NAME.c_str(), versionName) != Result::SUCCESS) { in SetVersionName() 438 LOGE("Version node set %s failed!", NAME.c_str()); in SetVersionName() 467 if (packageObj->Contains(NAME in GetNameByPackageObj() [all...] |
H A D | module_json.cpp | 42 const std::string NAME = "name"; member 269 if (!moduleObj->Contains(NAME.c_str())) { in GetModuleNameByModuleObj() 270 LOGE("Module node has no %s node!", NAME.c_str()); in GetModuleNameByModuleObj() 273 if (moduleObj->GetString(NAME.c_str(), &moduleName) != Result::SUCCESS) { in GetModuleNameByModuleObj() 274 LOGE("Module node get %s failed!", NAME.c_str()); in GetModuleNameByModuleObj() 287 if (!moduleObj->Contains(NAME.c_str())) { in GetPatchModuleName() 288 LOGE("Module node has no %s node!", NAME.c_str()); in GetPatchModuleName() 291 if (moduleObj->GetString(NAME.c_str(), &patchModuleName) != Result::SUCCESS) { in GetPatchModuleName() 292 LOGE("Module node get %s failed!", NAME.c_str()); in GetPatchModuleName() 497 if (moduleMetadataInfoObj->Contains(NAME in GetModuleMetadataInfoByModuleMetadataInfoObj() [all...] |
H A D | module_json_fa.cpp | 42 const std::string NAME = "name"; member 124 if (!versionObj->Contains(CODE.c_str()) || !versionObj->Contains(NAME.c_str())) { in GetFaVersionByVersionObj() 125 LOGE("Version node has no %s node or %s node", CODE.c_str(), NAME.c_str()); in GetFaVersionByVersionObj() 132 if (versionObj->GetString(NAME.c_str(), &version.versionName) != Result::SUCCESS) { in GetFaVersionByVersionObj() 133 LOGE("Version node get %s failed!", NAME.c_str()); in GetFaVersionByVersionObj() 173 if (!versionObj->Contains(NAME.c_str())) { in SetFaVersionName() 174 LOGE("Version node has no %s node!", NAME.c_str()); in SetFaVersionName() 177 if (versionObj->SetString(NAME.c_str(), versionName) != Result::SUCCESS) { in SetFaVersionName() 178 LOGE("Version node set %s failed!", NAME.c_str()); in SetFaVersionName()
|
H A D | patch_json.cpp | 33 const std::string NAME = "name"; member 272 if (!moduleObj->Contains(NAME.c_str())) { in GetNameByModuleObj() 273 LOGE("Module node has no %s node!", NAME.c_str()); in GetNameByModuleObj() 276 if (moduleObj->GetString(NAME.c_str(), &name) != Result::SUCCESS) { in GetNameByModuleObj() 277 LOGE("Module node get %s failed!", NAME.c_str()); in GetNameByModuleObj()
|
H A D | module_json_stage.cpp | 42 const std::string NAME = "name"; member 245 if (!moduleObj->Contains(NAME.c_str())) { in GetStageModuleNameByModuleObj() 246 LOGE("Module node has no %s node!", NAME.c_str()); in GetStageModuleNameByModuleObj() 249 if (moduleObj->GetString(NAME.c_str(), &stageModuleName) != Result::SUCCESS) { in GetStageModuleNameByModuleObj() 250 LOGE("Module node get %s failed!", NAME.c_str()); in GetStageModuleNameByModuleObj()
|
/developtools/smartperf_host/trace_streamer/src/table/base/ |
H A D | datasource_clockid_table.cpp | 21 enum class Index : int32_t { ID = 0, NAME, CLOCK_ID }; member in SysTuning::TraceStreamer::Index 51 case Index::NAME: in Column()
|
/developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
H A D | process_measure_filter_table.cpp | 22 enum class Index : int32_t { ID = 0, NAME, INTERNAL_PID }; member in SysTuning::TraceStreamer::Index 91 case Index::NAME: in Filter() 124 case Index::NAME: { in Column()
|
H A D | animation_table.cpp | 22 enum class Index : int32_t { ID = 0, INPUT_TIME, START_POINT, END_POINT, FRAME_INFO, NAME }; 76 case Index::NAME: in Column()
|
H A D | clk_event_filter_table.cpp | 22 enum class Index : int32_t { ID = 0, TYPE, NAME, CPU }; member in SysTuning::TraceStreamer::Index 58 case Index::NAME: { in Column()
|
H A D | clock_event_filter_table.cpp | 22 enum class Index : int32_t { ID = 0, TYPE, NAME, CPU }; member in SysTuning::TraceStreamer::Index 58 case Index::NAME: { in Column()
|
H A D | instants_table.cpp | 21 enum class Index : int32_t { TS = 0, NAME, REF, WAKEUP_FROM, REF_TYPE, VALUE }; member in SysTuning::TraceStreamer::Index 103 case Index::NAME: in Filter() 133 case Index::NAME: { in Column()
|
H A D | raw_table.cpp | 19 enum class Index : int32_t { ID = 0, TS, NAME, CPU, INTERNAL_TID }; member in SysTuning::TraceStreamer::Index 99 case Index::NAME: in Filter() 141 case Index::NAME: { in Column()
|
H A D | filter_table.cpp | 20 enum class Index : int32_t { ID = 0, TYPE, NAME, SOURCE_ARG_SET_ID }; member in SysTuning::TraceStreamer::Index 114 case Index::NAME: in Column()
|
H A D | dynamic_frame_table.cpp | 22 enum class Index : int32_t { ID = 0, X, Y, WIDTH, HEIGHT, ALPHA, NAME, END_TIME }; member in SysTuning::TraceStreamer::Index 80 case Index::NAME: { in Column()
|
H A D | cpu_measure_filter_table.cpp | 22 enum class Index : int32_t { ID = 0, NAME, CPU }; member in SysTuning::TraceStreamer::Index 116 case Index::NAME: { in Column()
|
H A D | system_event_filter_table.cpp | 22 enum class Index : int32_t { ID = 0, TYPE, NAME }; 115 case Index::NAME: in Column()
|
H A D | irq_table.cpp | 20 enum class Index : int32_t { ID = 0, TS, DURS, CALL_IDS, CAT, NAME, DEPTH, COOKIE_ID, PARENT_ID, ARGSET, FLAG }; member in SysTuning::TraceStreamer::Index 133 case Index::NAME: { in Column()
|
H A D | process_table.cpp | 20 enum class Index : int32_t { ID = 0, IPID, PID, NAME, START_TS, SWITCH_COUNT, THREAD_COUNT, SLICE_COUNT, MEM_COUNT }; member in SysTuning::TraceStreamer::Index 75 if (static_cast<Index>(col) != Index::NAME) { in Update() 155 case Index::NAME: in Column()
|
/developtools/smartperf_host/trace_streamer/src/table/js_memory/ |
H A D | js_heap_trace_function_info_table.cpp | 20 enum class Index : int32_t { FILE_ID = 0, FUNCTION_INDEX, FUNCTION_ID, NAME, SCRIPT_NAME, SCRIPT_ID, LINE, COLUMN }; member in SysTuning::TraceStreamer::Index 61 case Index::NAME: in Column()
|
H A D | js_heap_nodes_table.cpp | 24 NAME, member in SysTuning::TraceStreamer::Index 72 case Index::NAME: in Column()
|
/developtools/packing_tool/adapter/ohos/ |
H A D | ModuleJsonUtil.java | 46 private static final String NAME = "name";
field in ModuleJsonUtil 159 if (versionObj.containsKey(CODE) && versionObj.containsKey(NAME)) {
in parseFaVersion() 160 version.versionName = versionObj.getString(NAME);
in parseFaVersion() 249 if (moduleObj.containsKey(NAME)) {
in parseStageModuleName() 250 moduleName = moduleObj.getString(NAME);
in parseStageModuleName() 292 if (!moduleObj.containsKey(NAME)) {
in parsePatchModuleName() 297 moduleName = moduleObj.getString(NAME);
in parsePatchModuleName() 575 String packageName = packageObj.getString(NAME);
in verifyPackageName() 585 String packageName = packageObj.getString(NAME);
in verifyPackageName() 765 if (srcPackageObj.getString(NAME) in mergeTwoPackInfoObjByPackagePair() [all...] |
/developtools/smartperf_host/trace_streamer/src/table/base/include/ |
H A D | args_table.h | 26 enum Column { ID = 0, TYPE = 1, NAME = 2, ARG_ID = 3 }; enumerator
|
/developtools/smartperf_host/trace_streamer/src/table/ftrace/include/ |
H A D | filter_table.h | 26 enum Column { ID = 0, TYPE = 1, NAME = 2, ARG_ID = 3 }; enumerator
|
/developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
H A D | perf_call_chain_table.cpp | 20 enum class Index : int32_t { ID = 0, CALLCHAIN_ID, DEPTH, IP, VADDR_IN_FILE, FILE_ID, SYMBOL_ID, NAME }; 147 case Index::NAME: in Column()
|