/ohos5.0/foundation/communication/dsoftbus/core/common/json_utils/ |
H A D | softbus_json_utils.c | 33 COMM_LOGD(COMM_UTILS, "Cannot find or invalid string. string=%{public}s", string); in GetStringItemByJsonObject() 58 COMM_LOGD(COMM_UTILS, "Cannot find or invalid string. string=%{public}s", string); in GetJsonObjectStringItem() 82 COMM_LOGD(COMM_UTILS, "Cannot find or invalid string. string=%{public}s", string); in GetJsonObjectNumberItem() 97 COMM_LOGD(COMM_UTILS, "Cannot find or invalid string. string=%{public}s", string); in GetJsonObjectSignedNumberItem() 112 COMM_LOGD(COMM_UTILS, "Cannot find or invalid string. string=%{public}s", string); in GetJsonObjectDoubleItem() 127 COMM_LOGD(COMM_UTILS, "Cannot find or invalid string. string=%{public}s", string); in GetJsonObjectNumber16Item() 142 COMM_LOGD(COMM_UTILS, "Cannot find or invalid string. string=%{public}s", string); in GetJsonObjectNumber64Item() 157 COMM_LOGD(COMM_UTILS, "Cannot find or invalid string. string=%{public}s", string); in GetJsonObjectSignedNumber64Item() 172 COMM_LOGD(COMM_UTILS, "Cannot find or invalid string. string=%{public}s", string); in GetJsonObjectInt32Item() 187 COMM_LOGD(COMM_UTILS, "Cannot find or invalid string. string=%{public}s", string); in GetJsonObjectBoolItem() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/common/src/ |
H A D | softbus_client_frame_manager.c | 68 COMM_LOGD(COMM_SDK, "check PkgNameInfo invalid."); in AddClientPkgName() 117 COMM_LOGD(COMM_SDK, "AddClientPkgName failed. ret=%{public}d", ret); in ClientRegisterPkgName() 126 COMM_LOGD(COMM_SDK, "ClientRegisterService success"); in ClientRegisterPkgName() 174 COMM_LOGD(COMM_EVENT, "init conn client success"); in ConnClientInit() 204 COMM_LOGD(COMM_SDK, "softbus sdk frame init failed."); in ClientModuleInit() 252 COMM_LOGD(COMM_SDK, "softbus sdk frame init success."); in InitSoftBus()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/ |
H A D | message_handler.c | 99 COMM_LOGD(COMM_UTILS, "LoopTask running. name=%{public}s", context->name); in LoopTask() 126 COMM_LOGD(COMM_UTILS, "LoopTask wait msg list empty. name=%{public}s", context->name); in LoopTask() 143 COMM_LOGD(COMM_UTILS, in LoopTask() 162 COMM_LOGD(COMM_UTILS, in LoopTask() 176 COMM_LOGD(COMM_UTILS, in LoopTask() 239 COMM_LOGD(COMM_UTILS, in DumpLooperLocked() 281 …COMM_LOGD(COMM_UTILS, "PostMessageAtTime name=%{public}s, what=%{public}d, time=%{public}" PRId64 … in PostMessageAtTimeParamVerify() 335 COMM_LOGD(COMM_UTILS, "PostMessageAtTime insert. name=%{public}s", context->name); in PostMessageAtTime() 396 COMM_LOGD(COMM_UTILS, in LoopRemoveMessageCustom() 474 COMM_LOGD(COMM_UTILS, "wait looper start ok. name=%{public}s", context->name); in CreateNewLooper() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server_stub.cpp | 271 COMM_LOGD(COMM_SVC, "enter"); in SoftbusRegisterServiceInner() 417 COMM_LOGD(COMM_SVC, "enter"); in CreateSessionServerInner() 460 COMM_LOGD(COMM_SVC, "enter"); in RemoveSessionServerInner() 580 COMM_LOGD(COMM_SVC, "enter"); in OpenSessionInner() 624 COMM_LOGD(COMM_SVC, "enter"); in OpenAuthSessionInner() 653 COMM_LOGD(COMM_SVC, "enter"); in NotifyAuthSuccessInner() 707 COMM_LOGD(COMM_SVC, "enter"); in CloseChannelInner() 751 COMM_LOGD(COMM_SVC, "enter"); in CloseChannelWithStatisticsInner() 828 COMM_LOGD(COMM_SVC, "enter"); in EvaluateQosInner() 877 COMM_LOGD(COMM_SVC, "enter"); in JoinLNNInner() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_server_proxy_frame.cpp | 93 COMM_LOGD(COMM_SDK, "softbus server register service success!\n"); in InnerRegisterService() 116 COMM_LOGD(COMM_EVENT, "Get GetSystemAbility failed!"); in GetSystemAbility() 252 COMM_LOGD(COMM_SDK, "softbus server register service success! pkgName=%{public}s\n", pkgName); in ClientRegisterService()
|
H A D | softbus_client_stub.cpp | 70 COMM_LOGD(COMM_SDK, "SoftBusClientStub::OnReceived, code=%{public}u", code); in OnRemoteRequest() 253 COMM_LOGD(COMM_SDK, "SDK OnChannelMsgReceived"); in OnChannelLinkDownInner() 487 COMM_LOGD(COMM_SDK, "OnNodeBasicInfoChangedInner type. type=%{public}d", type); in OnNodeBasicInfoChangedInner() 518 COMM_LOGD(COMM_SDK, "OnNodeStatusChangedInner type=%{public}d", type); in OnNodeStatusChangedInner()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | comm_log.h | 56 #define COMM_LOGD(label, fmt, ...) SOFTBUS_LOGD_INNER(label, fmt, ##__VA_ARGS__) macro 62 #define COMM_LOGD(label, fmt, ...) SOFTBUS_LOG_INNER(LOG_DEBUG, COMM_LABELS[label], fmt, ##__VA_ARG… macro
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_connreporter.c | 386 COMM_LOGD(COMM_EVENT, "report conn duration event"); in SoftBusReportConnResultRecordEvt() 403 COMM_LOGD(COMM_EVENT, "create conn duration event msg connType=%{public}d", connType); in SoftBusReportConnResultRecordEvt() 436 COMM_LOGD(COMM_EVENT, "report process step duration event"); in SoftBusReportProcessStepRecordEvt() 474 …COMM_LOGD(COMM_EVENT, "record pid and pkg name, pid=%{public}d, pkgName=%{public}s", pId, pkgName); in SoftBusRecordPIdAndPkgName() 513 COMM_LOGD(COMM_EVENT, "report conn fault event"); in SoftbusReportConnFault() 534 COMM_LOGD(COMM_EVENT, in SoftbusRecordConnResult() 585 COMM_LOGD(COMM_EVENT, "record process step duration"); in SoftbusRecordProccessDuration()
|
H A D | softbus_hisysevt_discreporter.c | 328 COMM_LOGD(COMM_EVENT, "report first disc duration event"); in SoftBusReportFirstDiscDurationEvt() 375 COMM_LOGD(COMM_EVENT, "report disc detail event"); in SoftBusReportDiscDetailsEvt() 415 COMM_LOGD(COMM_EVENT, "report disc ble rssi event"); in SoftBusReportDiscBleRssiEvt() 444 COMM_LOGD(COMM_EVENT, "record first disc time start"); in SoftbusRecordFirstDiscTime() 497 COMM_LOGD(COMM_EVENT, "record ble disc detail"); in SoftbusRecordBleDiscDetails() 522 COMM_LOGD(COMM_EVENT, "record disc ble rssi"); in SoftbusRecordDiscBleRssi()
|
H A D | softbus_hisysevt_bus_center.c | 475 COMM_LOGD(COMM_EVENT, "report device discovery record evt enter"); in ReportDevDiscoveryRecordEvt() 477 COMM_LOGD(COMM_EVENT, "this time do not need report device discovery record evt"); in ReportDevDiscoveryRecordEvt() 606 COMM_LOGD(COMM_EVENT, "report app discovery record evt enter"); in ReportAppDiscoveryRecordEvt() 1247 COMM_LOGD(COMM_EVENT, "report online duration record evt enter"); in ReportOnlineDurRecordEvt() 1249 COMM_LOGD(COMM_EVENT, "this time do not need report online duration record evt"); in ReportOnlineDurRecordEvt() 1304 COMM_LOGD(COMM_EVENT, "report buscenter record evt enter"); in ReportBusCenterRecordEvt() 1307 COMM_LOGD(COMM_EVENT, "this time do not need report buscenter record evt"); in ReportBusCenterRecordEvt() 1373 COMM_LOGD(COMM_EVENT, "report auth result record evt enter"); in ReportAuthResultRecordEvt() 1375 COMM_LOGD(COMM_EVENT, "this time do not need report auth result record evt"); in ReportAuthResultRecordEvt()
|
H A D | softbus_hisysevt_transreporter.c | 298 COMM_LOGD(COMM_EVENT, "GetNewApiInfo success"); in AddInfoNodeToList() 330 COMM_LOGD(COMM_EVENT, "cmpare apiName success"); in SoftbusRecordCalledApiInfo() 349 COMM_LOGD(COMM_EVENT, "GetNewApiCnt success"); in SoftbusRecordCalledApiInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/common/ |
H A D | permission_entry.c | 195 COMM_LOGD(COMM_PERM, "appInfo has no pkgname"); in ProcessAppInfo() 282 …COMM_LOGD(COMM_PERM, "src=%{public}s, dest=%{public}s", AnonymizeWrapper(tmpSrc), AnonymizeWrapper… in PrintAnonymousMessage() 636 COMM_LOGD(COMM_PERM, "sessionName=%{public}s, ret=%{public}d", AnonymizeWrapper(tmpName), ret); in PermIsSecLevelPublic() 716 COMM_LOGD(COMM_PERM, "dynamic permission already granted"); in AddDynamicPermission() 741 …COMM_LOGD(COMM_PERM, "session dynamic permission granted. sessionName=%{public}s, count=%{public}d… in AddDynamicPermission()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
H A D | softbus_adapter_socket.c | 142 COMM_LOGD(COMM_ADAPTER, "getsockopt fd=%{public}d, err=%{public}d", socketFd, err); in SoftBusSocketGetError() 218 … COMM_LOGD(COMM_ADAPTER, "accept strerror=%{public}s, errno=%{public}d", strerror(errno), errno); in SoftBusSocketAccept() 421 COMM_LOGD(COMM_ADAPTER, "shutdown=%{public}s", strerror(errno)); in SoftBusSocketShutDown() 432 COMM_LOGD(COMM_ADAPTER, "close errno=%{public}s", strerror(errno)); in SoftBusSocketClose()
|
H A D | softbus_adapter_thread.c | 105 COMM_LOGD(COMM_ADAPTER, "mutex is null"); in SoftBusMutexDestroy() 442 COMM_LOGD(COMM_ADAPTER, "SoftBusCondTimedWait timeout, ret=%{public}d", ret); in SoftBusCondWait()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/utils/ |
H A D | sqlite3_utils.c | 183 COMM_LOGD(COMM_UTILS, "QueryData done, state=%{public}d", ctx->state); in QueryData() 197 COMM_LOGD(COMM_UTILS, "QueryDataNext done, state=%{public}d", ctx->state); in QueryDataNext() 356 COMM_LOGD(COMM_UTILS, "insert data done"); in InsertRecord() 378 COMM_LOGD(COMM_UTILS, "remove data done"); in RemoveRecordByKey() 405 COMM_LOGD(COMM_UTILS, "remove data done"); in RemoveAllRecord()
|
H A D | softbus_utils.c | 229 COMM_LOGD(COMM_UTILS, "outBufLen=%{public}d, inLen=%{public}d", outBufLen, inLen); in ConvertBytesToHexString() 465 COMM_LOGD(COMM_UTILS, "invalid param"); in StrCmpIgnoreCase()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_thread.h | 87 COMM_LOGD(COMM_ADAPTER, "SoftBusMutexLock mutex is null"); \
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/ |
H A D | comm_log_test.cpp | 76 COMM_LOGD(COMM_TEST, "test log");
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/src/ |
H A D | softbus_rsa_encrypt.c | 148 COMM_LOGD(COMM_UTILS, "public key is X509, size=%{public}u.", publicKeyBlob.size); in SoftBusGetPublicKey() 356 COMM_LOGD(COMM_UTILS, "HksDecrypt success."); in SoftBusRsaDecrypt()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | softbus_client_stub.c | 104 COMM_LOGD(COMM_SDK, "InnerRegisterService success"); in InnerRegisterService()
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/client_manager/src/ |
H A D | softbus_client_info_manager.cpp | 130 …COMM_LOGD(COMM_SVC, "GetSoftbusClientProxy, pid=%{public}d, pkgname=%{public}s", pid, pkgName.c_st… in GetSoftbusClientProxy()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/ |
H A D | softbus_adapter_bt_common.c | 146 COMM_LOGD(COMM_ADAPTER, in WrapperAclStateChangedCallback()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/ |
H A D | softbus_event.c | 55 COMM_LOGD(COMM_DFX, "write to hisysevent failed, ret=%{public}d", ret); in WriteHiSysEvent()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/json/nlohmann/ |
H A D | softbus_adapter_json.cpp | 261 COMM_LOGD(COMM_ADAPTER, "cannot find or invalid key. key=%{public}s", key); in JSON_GetStringFromOject()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_util.c | 692 COMM_LOGD(COMM_DFX, "SoftBusHisEvtQuery result, reason=%{public}d", ret); in SoftBusEventQueryInfo()
|