Home
last modified time | relevance | path

Searched refs:DBINDER_LOGD (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service_stub.cpp39 DBINDER_LOGD(LOG_LABEL, "created, service:%{public}s device:%{public}s", in DBinderServiceStub()
51 DBINDER_LOGD(LOG_LABEL, "destroyed, service:%{public}s device:%{public}s", in ~DBinderServiceStub()
152 DBINDER_LOGD(LOG_LABEL, "recv, DBINDER_OBITUARY_TRANSACTION type:%{public}d", processType); in ProcessDeathRecipient()
247 DBINDER_LOGD(LOG_LABEL, "enter"); in Marshalling()
274 DBINDER_LOGD(LOG_LABEL, "enter"); in Marshalling()
H A Ddbinder_service.cpp264DBINDER_LOGD(LOG_LABEL, "found, service:%{public}s device:%{public}s", Str16ToStr8(service).c_str(… in FindDBinderStub()
307 DBINDER_LOGD(LOG_LABEL, "found, service:%{public}s device:%{public}s", serviceStr8.c_str(), in FindOrNewDBinderStub()
314 DBINDER_LOGD(LOG_LABEL, "create, service:%{public}s device:%{public}s", serviceStr8.c_str(), in FindOrNewDBinderStub()
690 DBINDER_LOGD(LOG_LABEL, "succ, handle:%{public}d sessionName:%{public}s", in GetDatabusNameByProxy()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H A Ddbinder_log.h36 #define DBINDER_LOGD(LOG_LABEL, fmt, args...) \ macro