/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_service_skeleton.cpp | 43 DBINDER_LOGE(LOG_LABEL, "data = %{public}d", data); in ReverseInt() 48 DBINDER_LOGE(LOG_LABEL, "fail to write parcel"); in ReverseInt() 78 DBINDER_LOGE(LOG_LABEL, "fail to write parcel"); in TransProxyObject() 93 DBINDER_LOGE(LOG_LABEL, "fail to write parcel"); in TransProxyObjectRefCount() 305 DBINDER_LOGE(LOG_LABEL, "reply false data"); in StubTransRawData() 495 DBINDER_LOGE(LOG_LABEL, in OnGetChildId() 501 DBINDER_LOGE(LOG_LABEL, in OnGetChildId() 509 DBINDER_LOGE(LOG_LABEL, in OnGetChildId() 561 DBINDER_LOGE(LOG_LABEL, "null proxy"); in OnReceivedObject() 624 DBINDER_LOGE(LOG_LABEL, "null proxy"); in OnReceivedObjectTransAgain() [all …]
|
H A D | dbinder_test_service.cpp | 58 DBINDER_LOGE(LOG_LABEL, "%{public}s:fail to instantiate", __func__); in Instantiate() 69 DBINDER_LOGE(LOG_LABEL, "%{public}s: add TestService result=%{public}d", __func__, result); in Instantiate() 100 DBINDER_LOGE(LOG_LABEL, "%{public}s:read from client data = %{public}d", __func__, data); in Delay() 108 DBINDER_LOGE(LOG_LABEL, "ServiceName is not equal"); in PingService()
|
H A D | dbinder_test_agent.cpp | 54 DBINDER_LOGE(LOG_LABEL, "Get local node device info failed"); in DbinderTestAgent() 129 DBINDER_LOGE(LOG_LABEL, "Init environment failed."); in main() 134 DBINDER_LOGE(LOG_LABEL, "Clear environment failed."); in main()
|
H A D | dbinder_service_test_helper.cpp | 189 DBINDER_LOGE(LOG_LABEL, "DBINDER_TEST_SERVICE_NAME pid : %{public}d", pid); in StartDBinderServiceTestService() 192 DBINDER_LOGE(LOG_LABEL, "DBINDER_TEST_SERVICE_NAME_SECOND pid : %{public}d", pid); in StartDBinderServiceTestService() 198 DBINDER_LOGE(LOG_LABEL, "Stop DBINDER_TEST_SERVICE_NAME"); in StopDBinderServiceTestService() 201 DBINDER_LOGE(LOG_LABEL, "Stop DBINDER_TEST_SERVICE_NAME_SECOND"); in StopDBinderServiceTestService()
|
H A D | dbinder_distributed_test.cpp | 114 DBINDER_LOGE(LOG_LABEL, "fail to copy string"); in GetRemoteDeviceId()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service_stub.cpp | 76 DBINDER_LOGE(LOG_LABEL, "DBinderService is nullptr"); in ProcessProto() 93 DBINDER_LOGE(LOG_LABEL, "uid or pid err"); in ProcessProto() 100 DBINDER_LOGE(LOG_LABEL, "local busname nil"); in ProcessProto() 118 DBINDER_LOGE(LOG_LABEL, "Invalid Type"); in ProcessProto() 168 DBINDER_LOGE(LOG_LABEL, "received proxy is null"); in AddDbinderDeathRecipient() 187 DBINDER_LOGE(LOG_LABEL, "dBinder service is null"); in AddDbinderDeathRecipient() 210 DBINDER_LOGE(LOG_LABEL, "received proxy is null"); in RemoveDbinderDeathRecipient() 220 DBINDER_LOGE(LOG_LABEL, "dBinder service is null"); in RemoveDbinderDeathRecipient() 254 DBINDER_LOGE(LOG_LABEL, "GetRemoteInvoker fail"); in Marshalling() 265 DBINDER_LOGE(LOG_LABEL, "FlattenObject fail"); in Marshalling() [all …]
|
H A D | dbinder_service.cpp | 461 DBINDER_LOGE(LOG_LABEL, "stub is nullptr"); in InvokerRemoteDBinder() 573 DBINDER_LOGE(LOG_LABEL, "Invalid Message Type"); in LoadSystemAbilityComplete() 596 DBINDER_LOGE(LOG_LABEL, "remoteListener is null"); in SendReplyMessageToRemote() 680 DBINDER_LOGE(LOG_LABEL, "proxy can not be null"); in GetDatabusNameByProxy() 719 DBINDER_LOGE(LOG_LABEL, "get bus name fail"); in CheckSessionNameIsEmpty() 867 DBINDER_LOGE(LOG_LABEL, "message is null"); in OnRemoteMessageTask() 952 DBINDER_LOGE(LOG_LABEL, "invalid stub object"); in IsInvalidStub() 963 DBINDER_LOGE(LOG_LABEL, "fail to copy memory"); in CopyDeviceIdInfo() 990 DBINDER_LOGE(LOG_LABEL, "new SessionInfo fail"); in MakeSessionByReplyMessage() 1245 DBINDER_LOGE(LOG_LABEL, "find null proxy"); in NoticeServiceDieInner() [all …]
|
H A D | dbinder_death_recipient.cpp | 26 DBINDER_LOGE(LOG_LABEL, "DbinderDeathRecipient OnRemoteDied"); in OnRemoteDied() 28 DBINDER_LOGE(LOG_LABEL, "remote object is null"); in OnRemoteDied() 37 DBINDER_LOGE(LOG_LABEL, "dBinderService is null"); in OnRemoteDied() 48 DBINDER_LOGE(LOG_LABEL, "detaching death recipient is failed"); in OnRemoteDied() 53 DBINDER_LOGE(LOG_LABEL, "detaching callback proxy is failed"); in OnRemoteDied()
|
H A D | dbinder_sa_death_recipient.cpp | 31 DBINDER_LOGE(LOG_LABEL, "DbinderSaDeathRecipient OnRemoteDied"); in OnRemoteDied() 33 DBINDER_LOGE(LOG_LABEL, "remote object is null"); in OnRemoteDied() 39 DBINDER_LOGE(LOG_LABEL, "dBinderService is null"); in OnRemoteDied()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/ |
H A D | dbinder_remote_listener.cpp | 103 DBINDER_LOGE(LOG_LABEL, "wrong input, data length:%{public}u " in OnBytesReceived() 116 DBINDER_LOGE(LOG_LABEL, "memcpy copy failed"); in OnBytesReceived() 120 DBINDER_LOGE(LOG_LABEL, "msg head len error, len:%{public}u", message->head.len); in OnBytesReceived() 156 DBINDER_LOGE(LOG_LABEL, "create socket error, socket is invalid"); in CreateClientSocket() 209 DBINDER_LOGE(LOG_LABEL, "create socket server error, socket is invalid"); in StartListener() 214 DBINDER_LOGE(LOG_LABEL, "Listen failed, ret:%{public}d", ret); in StartListener() 248 DBINDER_LOGE(LOG_LABEL, "failed to create mutex of device:%{public}s", in QueryOrNewDeviceLock() 273 DBINDER_LOGE(LOG_LABEL, "msg is null"); in SendDataToRemote() 280 DBINDER_LOGE(LOG_LABEL, "fail to creat client Socket"); in SendDataToRemote() 299 DBINDER_LOGE(LOG_LABEL, "msg is null"); in SendDataReply() [all …]
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/include/ |
H A D | dbinder_log.h | 27 #define DBINDER_LOGE(LOG_LABEL, fmt, args...) \ macro
|