/test/xts/acts/hiviewdfx_lite/hilog_posix/src/ |
D | HilogTest.cpp | 27 static constexpr HiLogLabel LABEL = {LOG_CORE, 0xD002D00, "Test_TAG"}; variable 98 ret = HiLog::Debug(LABEL, "Debug log of HiLog API test"); 110 ret = HiLog::Error(LABEL, "Error log of HiLog API test"); 122 ret = HiLog::Fatal(LABEL, "Fatal log of HiLog API test"); 134 ret = HiLog::Info(LABEL, "Info log of HiLog API test"); 146 ret = HiLog::Warn(LABEL, "Warn log of HiLog API test");
|
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
D | distribute_demo_agent.cpp | 34 constexpr HiLogLabel LABEL = {LOG_CORE, 0, "DistributeDemoAgent"}; variable 117 HiLog::Info(LABEL, "receive message=%s.", strMsg.c_str()); in OnProcessMsg() 150 HiLog::Error(LABEL, "[ohos-test-fm]agent ERROR."); in GetKvValue() 159 HiLog::Info(LABEL, "Get Value SUCCESS, key=%s.", key.ToString().c_str()); in GetKvValue() 161 HiLog::Error(LABEL, "Get Value Failed."); in GetKvValue() 166 HiLog::Info(LABEL, "GetEntries SUCCESS."); in GetKvValue() 168 HiLog::Info(LABEL, "GetEntries key= %s.", entry.key.ToString().c_str()); in GetKvValue() 173 HiLog::Error(LABEL, "[ohos-test-fm]agent end xxx."); in GetKvValue() 176 HiLog::Error(LABEL, "[ohos-test-fm]agent end 200."); in GetKvValue() 193 HiLog::Error(LABEL, "sscanf_s failed. ret1 != 2"); in AddTwoValue() [all …]
|
D | distribute_demo.cpp | 35 constexpr HiLogLabel LABEL = {LOG_CORE, 0, "DistributeDemo"}; variable 105 HiLog::Info(LABEL, "msgsendtest_004 strncmp=%s", szbuf.c_str()); in __anonabe899940202() 163 HiLog::Error(LABEL, "client get kvStorePtr error."); 190 HiLog::Info(LABEL, "agent sync success"); 200 HiLog::Info(LABEL, "client map_id==%s", mapstatus.first.c_str()); 203 HiLog::Info(LABEL, "real client Sync success."); 205 HiLog::Info(LABEL, "mapstatus.second=%d.", (int)mapstatus.second); 215 HiLog::Info(LABEL, "client sync success."); 230 HiLog::Info(LABEL, "Get Value SUCCESS, key=%s.", key.ToString().c_str()); 232 HiLog::Error(LABEL, "Get Value Failed.");
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_cfg.cpp | 26 static constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0, "DistributeTestEnvironment"}; variable 103 HiviewDFX::HiLog::Error(LABEL, in GetDeviceIp() 110 HiviewDFX::HiLog::Error(LABEL, in GetDeviceIp() 117 HiviewDFX::HiLog::Error(LABEL, in GetDeviceIp() 122 HiviewDFX::HiLog::Info(LABEL, "get %zu device's ip : %s", devNo + 1, ip.c_str()); in GetDeviceIp() 129 HiviewDFX::HiLog::Error(LABEL, in GetDeviceUuid() 136 HiviewDFX::HiLog::Error(LABEL, in GetDeviceUuid() 144 HiviewDFX::HiLog::Error(LABEL, in GetDeviceUuid() 149 HiviewDFX::HiLog::Info(LABEL, "get %zu device's uuid : %s", devNo, uuid.c_str()); in GetDeviceUuid()
|
D | distributed_agent.cpp | 74 HiLog::Info(DistributedAgent::LABEL, "begin create agent server.\n"); in InitAgentServer() 103 HiLog::Error(DistributedAgent::LABEL, "agent bind error.\n"); in InitAgentServer() 110 HiLog::Error(DistributedAgent::LABEL, "agent listen error.\n"); in InitAgentServer() 138 HiLog::Info(DistributedAgent::LABEL, "wait client .......\n"); in DoCmdServer() 146 …HiLog::Error(DistributedAgent::LABEL, "test case runner can not work because I can not accept it."… in DoCmdServer() 151 HiLog::Info(DistributedAgent::LABEL, "accept testcase runner IP:%s port:%d \n", in DoCmdServer() 163 HiLog::Info(DistributedAgent::LABEL, "agent connect socket closed, IP:%s .\n", in DoCmdServer() 172 … HiLog::Info(DistributedAgent::LABEL, "test agent get message type:%d .\n", pcline->cmdTestType); in DoCmdServer() 175 … HiLog::Info(DistributedAgent::LABEL, "agent get message cmd=%s .\n", pcline->alignmentCmd); in DoCmdServer() 213 HiLog::Info(DistributedAgent::LABEL, "agent get message :%s .\n", in DoCmdServer() [all …]
|
D | distributed_major.cpp | 40 const constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0, "DistributeTestEnvironment"}; variable 86 HiLog::Info(LABEL, "get device port : %d", serverPort_); in Init() 139 HiLog::Error(LABEL, "connect to agent %s fail.", serverIp.c_str()); in ConnectAgent() 144 HiLog::Info(LABEL, "connect to agent %s success.", serverIp.c_str()); in ConnectAgent() 175 HiLog::Info(LABEL, "can not find no %zu device.", devNo); in SendToAgent() 179 HiLog::Info(LABEL, "connect is failure %zu device.", devNo); in SendToAgent() 193 HiLog::Error(LABEL, "agent socket is closed."); in SendToAgent() 212 HiLog::Info(LABEL, "recv agent data : No.%d command type :%d length :%d", in SendToAgent() 223 … HiLog::Error(LABEL, "get error message. type is :%d", pCmdTest->cmdTestType); in SendToAgent() 228 HiLog::Error(LABEL, "device socket close."); in SendToAgent() [all …]
|
D | distributed_agent.h | 45 static constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0, "DistributedAgent"}; variable
|
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbmshapmoduletest/src/main/js/test/ |
D | ActsBmsHapModuleTest.test.js | 28 const LABEL = '$string:app_name'; constant 58 expect(hapModuleInfo.label).assertEqual(LABEL); 150 expect(hapModuleInfo.label).assertEqual(LABEL); 183 expect(hapModuleInfo.label).assertEqual(LABEL); 204 expect(info.label).assertEqual(LABEL);
|