Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 255) sorted by relevance

1234567891011

/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp62 HilogInfo info; in WriteFunc() local
63 if (info.ParseFromArray(data, size) <= 0) { in WriteFunc()
66 g_proto.push_back(info); in WriteFunc()
246 HilogLine info; variable
250 plugin.ParseLogLineInfo(data, 0, info);
251 EXPECT_EQ(info.mutable_detail()->tv_sec(), (uint64_t)0);
252 EXPECT_EQ(info.mutable_detail()->tv_nsec(), (uint64_t)0);
253 EXPECT_EQ(info.mutable_detail()->pid(), (uint32_t)0);
254 EXPECT_EQ(info.mutable_detail()->tid(), (uint32_t)0);
255 EXPECT_EQ(info.mutable_detail()->level(), (uint32_t)0);
[all …]
/developtools/profiler/hidebug/test/unittest/js/
DExampleJsunit.test.js27 console.info('HidebugJsTest beforeAll called')
34 console.info('HidebugJsTest afterAll called')
41 console.info('HidebugJsTest beforeEach called')
48 console.info('HidebugJsTest afterEach called')
67 … console.info("---------------------------HidebugJsTest_001----------------------------------");
97 … console.info("---------------------------HidebugJsTest_002----------------------------------");
127 … console.info("---------------------------HidebugJsTest_003----------------------------------");
135 console.info(error.code);
136 console.info(error.message);
148 … console.info("---------------------------HidebugJsTest_004----------------------------------");
[all …]
/developtools/profiler/device/services/shared_memory/src/
Dshare_memory_block.cpp134 header_->info.readOffset_ = 0; in CreateBlock()
135 header_->info.writeOffset_ = 0; in CreateBlock()
136 header_->info.memorySize_ = size - sizeof(BlockHeader); in CreateBlock()
137 header_->info.bytesCount_ = 0; in CreateBlock()
138 header_->info.chunkCount_ = 0; in CreateBlock()
144 pthread_mutex_init(&header_->info.mutex_, &muAttr); in CreateBlock()
188 uint32_t wp = header_->info.writeOffset_.load(); in GetCurrentFreeMemory()
189 if (wp + realSize > header_->info.memorySize_) { // 后面部分放不下,从头开始放 in GetCurrentFreeMemory()
190 if (header_->info.readOffset_.load() == 0) { in GetCurrentFreeMemory()
196 …if (wp < header_->info.readOffset_.load() && header_->info.readOffset_.load() < wp + realSize) { … in GetCurrentFreeMemory()
[all …]
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/module_info/
Dcompile_info_loader.py52 info = {}
53 info["name"] = item["dest"][0]
54 if info["name"].startswith("updater/"):
56 info["name"] = item["dest"][1]
61 info["labelPath"] = item["label"]
63 info["labelPath"] = ""
64 if info["labelPath"].find("(") > 0:
65 info["labelPath"] = info["labelPath"][:info["labelPath"].find("(")]
67 info["subsystem"] = item["subsystem_name"]
69 if info["labelPath"].startswith("//build/common"):
[all …]
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp75 static std::string GetJsStringFromOption(const napi_env &env, const napi_callback_info &info) in GetJsStringFromOption() argument
79 NAPI_CALL_BASE(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr), ""); in GetJsStringFromOption()
93 static bool GetBoolFromOption(const napi_env &env, const napi_callback_info &info) in GetBoolFromOption() argument
97 NAPI_CALL_BASE(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr), false); in GetBoolFromOption()
110 static uint32_t GetUintFromOption(const napi_env &env, const napi_callback_info &info) in GetUintFromOption() argument
114 NAPI_CALL_BASE(env, napi_get_cb_info(env, info, &argc, args, nullptr, nullptr), 0); in GetUintFromOption()
127 static napi_value ResetOption(napi_env env, napi_callback_info info) in ResetOption() argument
138 static napi_value SetOutputFilename(napi_env env, napi_callback_info info) in SetOutputFilename() argument
142 const std::string option = GetJsStringFromOption(env, info); in SetOutputFilename()
150 static napi_value GetOutputFileName(napi_env env, napi_callback_info info) in GetOutputFileName() argument
[all …]
/developtools/ace_js2bundle/ace-loader/sample/ServiceAbility/
Dservice.js18 console.info('ServiceAbility onStart');
21 console.info('ServiceAbility onStop');
24 console.info('ServiceAbility onConnect');
27 console.info('ServiceAbility onReconnect');
30 console.info('ServiceAbility onDisconnect');
33 console.info('ServiceAbility onCommand');
36 console.info('ServiceAbility onRemoteRequest');
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
DliteOsUpgrade_RK3568_app.py100 logger.info(logFilePath)
103 logger.info(report_path)
105 logger.info(scriptpath)
107 logger.info(local_image_path)
109 logger.info(loader_tool_path)
115 logger.info(f)
120 logger.info("3568 board is connected.")
126 logger.info(h)
135 logger.info(j)
145 logger.info(k)
[all …]
DliteOsUpgrade_L3_app.py63 logger.info(status)
64 logger.info(type(status))
65 logger.info(f'升级状态:{str(status)}')
107 logger.info("download hash string:%s, hash value:%s" % (save_file_str, save_file_name))
153 logger.info("Get lock. Start to ")
163 logger.info(f'modify path:{source_path}')
201 logger.info('path is errror.check the link_path is right,please')
202 logger.info(str(e))
236 logger.info('enter fastboot status'.center(50,'*'))
255 … logger.info('adb -s %s reboot fastboot retcode: %s'% (self.params_dict.get('sn'),str(retcode)))
[all …]
DliteOsUpgrade_L1_shequ_dv_app.py104 logger.info("download hash string:%s, hash value:%s" % (save_file_str, save_file_name))
117 logger.info("current box ip is: %s" % box_ip)
119 logger.info("start to send file")
128 logger.info("push file to tftpserver by other process.")
131 …logger.info("%s exists. Other process has push package and failed. It will push by self" % push_fa…
135 logger.info("wait for other process send succ")
144 logger.info("ip: %s, source_path: %s" % (tftp_ip, local_file_path))
154 logger.info("server base dir is : %s " % server_base_dir)
159 logger.info("mkdir in tftpserver: %s " % server_des_path)
162 logger.info("mkdir in tftpserver: %s " % server_img_path)
[all …]
DliteOsUpgrade_L2_app.py109 logger.info("download hash value:%s" % (save_file_name))
147 logger.info("Get lock. Start to ")
227 logger.info("hiburn tool path is: %s" % hiburntoolpath)
234 logger.info("copy %s to %s" % (toolpath, hiburntoolpath))
239 logger.info("unzip to %s succ" % (hiburntoolpath))
248 logger.info("replace line: %s " % line)
280 logger.info(f'scriptfile:{scriptfile}')
287 logger.info("cmd is: %s" % cmd)
289 logger.info("usb upgrade result: %s " % ret)
290 logger.info("print console: %s " % outpri)
[all …]
DliteOsUpgrade_linux_app.py110 logger.info("download hash value:%s" % (save_file_name))
147 logger.info("Get lock. Start to ")
221 logger.info("hiburn tool path is: %s" % hiburntoolpath)
228 logger.info("copy %s to %s" % (toolpath, hiburntoolpath))
233 logger.info("unzip to %s succ" % (hiburntoolpath))
242 logger.info("replace line: %s " % line)
265 logger.info(f'scriptfile:{scriptfile}')
268 logger.info("before excute hiburn,current path is: %s" % current_path)
270 logger.info("excute hiburn path is: %s" % os.getcwd())
281 logger.info("cmd is: %s" % cmd)
[all …]
DliteOsUpgrade_L1_shequ_app copy.py107 logger.info("download hash value:%s" % (save_file_name))
144 logger.info("Get lock. Start to ")
218 logger.info("hiburn tool path is: %s" % hiburntoolpath)
225 logger.info("copy %s to %s" % (toolpath, hiburntoolpath))
230 logger.info("unzip to %s succ" % (hiburntoolpath))
239 logger.info("replace line: %s " % line)
266 logger.info(f'scriptfile:{scriptfile}')
269 logger.info("before excute hiburn,current path is: %s" % current_path)
271 logger.info("excute hiburn path is: %s" % os.getcwd())
280 logger.info("cmd is: %s" % cmd)
[all …]
DliteOsUpgrade_L1_shequ_app.py108 logger.info("download hash value:%s" % (save_file_name))
145 logger.info("Get lock. Start to ")
219 logger.info("hiburn tool path is: %s" % hiburntoolpath)
226 logger.info("copy %s to %s" % (toolpath, hiburntoolpath))
231 logger.info("unzip to %s succ" % (hiburntoolpath))
240 logger.info("replace line: %s " % line)
267 logger.info(f'scriptfile:{scriptfile}')
270 logger.info("before excute hiburn,current path is: %s" % current_path)
272 logger.info("excute hiburn path is: %s" % os.getcwd())
281 logger.info("cmd is: %s" % cmd)
[all …]
DliteOsUpgrade_L2_app - 副本.py103 logger.info("download hash value:%s" % (save_file_name))
141 logger.info("Get lock. Start to ")
216 logger.info("hiburn tool path is: %s" % hiburntoolpath)
223 logger.info("copy %s to %s" % (toolpath, hiburntoolpath))
228 logger.info("unzip to %s succ" % (hiburntoolpath))
237 logger.info("replace line: %s " % line)
258 logger.info(f'scriptfile:{scriptfile}')
261 logger.info("before excute hiburn,current path is: %s" % current_path)
263 logger.info("excute hiburn path is: %s" % os.getcwd())
272 logger.info("cmd is: %s" % cmd)
[all …]
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpChartManager.ts21 import { info, log } from '../../../log/Log';
102 info('initData data parse end ');
121 info('initData timerShaftEL Data initialized');
124 info('initData cpu Data initialized');
132 info('initData ProcessThreadState Data initialized');
135 info('initData Cpu Rate Data initialized');
138 info('initData Cpu Freq Data initialized');
140 info('initData logChart Data initialized');
142 info('initData HiSysEvent Data initialized');
145 info('initData Clock Data initialized');
[all …]
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/expect/
Dexpect_EntryAbility.ts21 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
25 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
30 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
37 …hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify…
43 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageDestroy');
48 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onForeground');
53 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onBackground');
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/src/main/entryability/
DEntryAbility.ts21 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
25 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
30 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
37 …hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify…
43 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageDestroy');
48 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onForeground');
53 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onBackground');
DEntryAbility.js19 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
22 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
26 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
33 …hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', (_b = JSON.str…
38 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageDestroy');
42 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onForeground');
46 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onBackground');
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dkernel_symbols_parser.cpp76 KernelSymbol info; in Parse() local
86 if (ss >> addrStr >> info.type >> info.name) { in Parse()
87 info.addr = strtoull(addrStr.c_str(), nullptr, ADDR_VALUE_BASE); in Parse()
89 if (info.addr == 0) { in Parse()
92 if (StringUtils::EndsWith(info.name, ".cfi")) { in Parse()
93 info.name = info.name.substr(0, info.name.size() - (sizeof(".cfi") - 1)); in Parse()
95 if (IsValidTextSymbol(info)) { in Parse()
99 kernelSymbols_[count] = info; in Parse()
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/build/entry/src/main/entryability/
DEntryAbility.js19 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onCreate');
22 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy');
26 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate');
33 …hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', (_b = JSON.str…
38 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageDestroy');
42 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onForeground');
46 hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onBackground');
/developtools/integration_verification/DeployDevice/src/aw/Download/
DDownload.py61 logger.info(torrent_exist_url)
73 logger.info("The torrent of %s created seccessfully" % source_path)
77 … logger.info("The torrent of %s is creating , please wait for a moment" % source_path)
79 logger.info(ret)
81 logger.info("The torrent of %s created failed" % source_path)
90 logger.info("The torrent of %s downloaded successed" % source_path)
96 logger.info("The torrent of %s downloaded failed" % source_path)
129 logger.info("wait other process download")
134 logger.info("%s exists. Package has been download successfully" \
158 logger.info("%s has been download by other process." % download_dir)
[all …]
DDownloadold.py61 logger.info(torrent_exist_url)
73 logger.info("The torrent of %s created seccessfully" % source_path)
77 … logger.info("The torrent of %s is creating , please wait for a moment" % source_path)
79 logger.info(ret)
81 logger.info("The torrent of %s created failed" % source_path)
90 logger.info("The torrent of %s downloaded successed" % source_path)
96 logger.info("The torrent of %s downloaded failed" % source_path)
128 logger.info("wait other process download")
133 logger.info("%s exists. Package has been download successfully" \
156 logger.info("%s has been download by other process." % download_dir)
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/
DNetWork.ts36 connection.getNetCapabilities(netHandle).then(function (info) {
37 if(info != undefined){
62 connection.getNetCapabilities(netHandle).then(function (info) {
63 SPLogger.DEBUG(NetWork.name,"networkInfo up:" + info["linkUpBandwidthKbps"] )
64 SPLogger.DEBUG(NetWork.name,"networkInfo down:" + info["linkDownBandwidthKbps"])
65 that.catchNetDown = info["linkDownBandwidthKbps"].toString()
66 that.catchNetUp = info["linkUpBandwidthKbps"].toString()
/developtools/integration_verification/DeployDevice/src/aw/Telnet/
DTelnetClient.py24 logger.info("init telnet %s:%s" % (telip, telport))
31 logger.info("telnet login")
33 logger.info("cmd result: %s" % rets)
35 logger.info("Noneed login")
49 logger.info(send_cmd)
59 logger.info("send enter to board")
66 logger.info("retry send Enter")
76 logger.info("result: %s" % rets)
89 logger.info("result: %s" % rets)
101 logger.info("cmd is: %s" % sendcmd)
[all …]
/developtools/smartperf_host/ide/src/trace/component/
DSpInfoAndStas.ts19 import { info } from '../../log/Log';
42 info(`InfoAndStatsData query time is: ${durTime}ms`);
48 info('metaData(metric) size is: ', this.metaData.length);
61 info('infoData(metric) size is: ', this.infoData.length);
110 let info = await querySelectTraceStats();
111 if (info) {
112 for (let index = 0; index < info.length; index++) {
114 eventName: info[index].event_name,
115 statType: info[index].stat_type,
116 count: info[index].count,

1234567891011