Home
last modified time | relevance | path

Searched refs:ZLOGE (Results 1 - 25 of 216) sorted by relevance

123456789

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_stub.cpp34 ZLOGE("Unmarshal device:%{public}s table:%{public}s", Anonymous::Change(device).c_str(), table.c_str()); in OnRemoteObtainDistributedTableName()
40 ZLOGE("Marshal distributedTableName:%{public}s", distributedTableName.c_str()); in OnRemoteObtainDistributedTableName()
50 ZLOGE("Unmarshal bundleName_:%{public}s storeName_:%{public}s", param.bundleName_.c_str(), in OnBeforeOpen()
56 ZLOGE("Marshal status:0x%{public}x", status); in OnBeforeOpen()
66 ZLOGE("Unmarshal bundleName_:%{public}s storeName_:%{public}s", param.bundleName_.c_str(), in OnAfterOpen()
72 ZLOGE("Marshal status:0x%{public}x", status); in OnAfterOpen()
82 ZLOGE("Unmarshal storeName_:%{public}s", Anonymous::Change(param.storeName_).c_str()); in OnDelete()
87 ZLOGE("Marshal status:0x%{public}x", status); in OnDelete()
98 ZLOGE("Unmarshal bundleName:%{public}s storeName_:%{public}s notifier is nullptr:%{public}d", in OnRemoteInitNotifier()
104 ZLOGE("Marsha in OnRemoteInitNotifier()
[all...]
H A Drdb_result_set_stub.cpp47 ZLOGE("interface token is not equal"); in CheckInterfaceToken()
58 ZLOGE("Write status or columnNames failed, status:%{public}d, columnNames size:%{public}zu.", status, in OnGetAllColumnNames()
70 ZLOGE("Write status or columnCount failed, status:%{public}d, columnCount:%{public}d.", status, columnCount); in OnGetColumnCount()
83 ZLOGE("Write status or columnType failed, status:%{public}d, columnIndex:%{public}d, columnType:%{public}d.", in OnGetColumnType()
95 ZLOGE("Write status or rowCount failed, status:%{public}d, rowCount:%{public}d.", status, rowCount); in OnGetRowCount()
106 ZLOGE("Write status or rowIndex failed, status:%{public}d, rowIndex:%{public}d.", status, rowIndex); in OnGetRowIndex()
118 ZLOGE("Write status failed, status:%{public}d, offSet:%{public}d.", status, offSet); in OnGoTo()
130 ZLOGE("Write status failed, status:%{public}d, position:%{public}d.", status, position); in OnGoToRow()
140 ZLOGE("Write status failed, status:%{public}d.", status); in OnGoToFirstRow()
150 ZLOGE("Writ in OnGoToLastRow()
[all...]
H A Drdb_notifier_proxy.cpp32 ZLOGE("write descriptor failed"); in OnComplete()
43 ZLOGE("seqNum:%{public}u, send request failed", seqNum); in OnComplete()
53 ZLOGE("write descriptor failed"); in OnChange()
57 ZLOGE("write store name or devices failed"); in OnChange()
65 ZLOGE("storeName:%{public}s, send request failed", DistributedData::Anonymous::Change(origin.store).c_str()); in OnChange()
75 ZLOGE("write descriptor failed"); in OnComplete()
86 ZLOGE("storeName:%{public}s, send request failed", DistributedData::Anonymous::Change(storeName).c_str()); in OnComplete()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_service_proxy.cpp40 ZLOGE("write descriptor failed"); in ObjectStoreSave()
44 ZLOGE("Marshalling failed, bundleName = %{public}s", bundleName.c_str()); in ObjectStoreSave()
56 ZLOGE("SendRequest returned %d", error); in ObjectStoreSave()
67 ZLOGE("write descriptor failed"); in OnAssetChanged()
71 ZLOGE("Marshalling failed, bundleName = %{public}s", bundleName.c_str()); in OnAssetChanged()
75 ZLOGE("Marshalling failed assetValue"); in OnAssetChanged()
88 ZLOGE("SendRequest returned %d", error); in OnAssetChanged()
99 ZLOGE("write descriptor failed"); in ObjectStoreRevokeSave()
104 ZLOGE("Marshalling failed, bundleName = %{public}s", bundleName.c_str()); in ObjectStoreRevokeSave()
118 ZLOGE("SendReques in ObjectStoreRevokeSave()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_stub.cpp35 ZLOGE("interface token is not equal"); in CheckInterfaceToken()
47 ZLOGE("Unmarshal uri:%{public}s bucket size:%{public}zu", DistributedData::Anonymous::Change(uri).c_str(), in OnInsertEx()
53 ZLOGE("Marshal errCode: 0x%{public}x, status: 0x%{public}x", errCode, status); in OnInsertEx()
66 ZLOGE("Unmarshal uri:%{public}s bucket size:%{public}zu", DistributedData::Anonymous::Change(uri).c_str(), in OnUpdateEx()
72 ZLOGE("Marshal errCode: 0x%{public}x, status: 0x%{public}x", errCode, status); in OnUpdateEx()
84 ZLOGE("Unmarshal uri:%{public}s", DistributedData::Anonymous::Change(uri).c_str()); in OnDeleteEx()
89 ZLOGE("Marshal errCode: 0x%{public}x, status: 0x%{public}x", errCode, status); in OnDeleteEx()
102 ZLOGE("Unmarshal uri:%{public}s columns size:%{public}zu", DistributedData::Anonymous::Change(uri).c_str(), in OnQuery()
109 ZLOGE("Marshal status:0x%{public}x", status); in OnQuery()
126 ZLOGE("Marsha in OnAddTemplate()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_stub.cpp42 ZLOGE("end##descriptor checked fail,myDescripter = %{public}s,remoteDescripter = %{public}s.", in OnRemoteRequest()
59 ZLOGE("Unmarshal customOption or unifiedData failed!"); in OnSetData()
68 ZLOGE("Marshal status or key failed, status: %{public}d, key: %{public}s", status, key.c_str()); in OnSetData()
79 ZLOGE("Unmarshal queryOption failed!"); in OnGetData()
88 ZLOGE("Marshal status or unifiedData failed, status: %{public}d", status); in OnGetData()
99 ZLOGE("Unmarshal queryOption failed!"); in OnGetBatchData()
108 ZLOGE("Marshal status or unifiedDataSet failed, status: %{public}d", status); in OnGetBatchData()
120 ZLOGE("Unmarshal queryOption or unifiedData failed!"); in OnUpdateData()
127 ZLOGE("Marshal status failed, status: %{public}d", status); in OnUpdateData()
138 ZLOGE("Unmarsha in OnDeleteData()
[all...]
H A Dudmf_service_impl.cpp113 ZLOGE("UnifiedData is invalid."); in SaveData()
118 ZLOGE("Invalid parameters intention: %{public}d.", option.intention); in SaveData()
124 ZLOGE("Imputation failed"); in SaveData()
132 ZLOGE("SetRemoteUri failed, ret: %{public}d, bundleName:%{public}s.", ret, in SaveData()
144 ZLOGE("Get store failed, intention: %{public}s.", intention.c_str()); in SaveData()
149 ZLOGE("Clear store failed, intention: %{public}s.", intention.c_str()); in SaveData()
155 ZLOGE("Put unified data failed, intention: %{public}s.", intention.c_str()); in SaveData()
197 ZLOGE("Unified key: %{public}s is invalid.", query.key.c_str()); in RetrieveData()
202 ZLOGE("Get store failed, intention: %{public}s.", key.intention.c_str()); in RetrieveData()
207 ZLOGE("Ge in RetrieveData()
[all...]
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_object.h28 ZLOGE(LOG_LABEL, "send an wrong stub object"); in TranslateBinderType()
49 ZLOGE(LOG_LABEL, "IPCProcessSkeleton is nullptr"); in TranslateHandleType()
59 ZLOGE(LOG_LABEL, "send an wrong dbinder object"); in TranslateHandleType()
83 ZLOGE(LOG_LABEL, "send a wrong dbinder object"); in TranslateRemoteHandleType()
97 ZLOGE(LOG_LABEL, "failed to create new handle"); in TranslateRemoteHandleType()
130 ZLOGE(LOG_LABEL, "send an wrong stub object"); in IRemoteObjectTranslateWhenSend()
139 ZLOGE(LOG_LABEL, "send an wrong dbinder object"); in IRemoteObjectTranslateWhenSend()
151 ZLOGE(LOG_LABEL, "do not support this type:%{public}u of translation", binderObject->hdr.type); in IRemoteObjectTranslateWhenSend()
177 ZLOGE(LOG_LABEL, "receive an wrong stub object"); in IRemoteObjectTranslateWhenRcv()
182 ZLOGE(LOG_LABE in IRemoteObjectTranslateWhenRcv()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvstore_datashare_bridge.cpp41 ZLOGE("kvResultSet_ nullptr"); in FillBlock()
46 ZLOGE("MoveToPosition failed"); in FillBlock()
52 ZLOGE("GetEntry failed %{public}d", status); in FillBlock()
57 ZLOGE("SharedBlock is full: %{public}d", statusAlloc); in FillBlock()
62 ZLOGE("WriteBlob key error: %{public}d", keyStatus); in FillBlock()
67 ZLOGE("WriteBlob value error: %{public}d", valueStatus); in FillBlock()
76 ZLOGE("kvResultSet_ nullptr"); in Count()
84 ZLOGE("kvResultSet count invalid: %{public}d", count); in Count()
93 ZLOGE("nowRowIndex out of line: %{public}d", target); in OnGo()
99 ZLOGE("nowRowInde in OnGo()
[all...]
H A Dikvstore_observer.cpp53 ZLOGE("write descriptor failed"); in OnChange()
61 ZLOGE("Write ChangeNotification buffer size to parcel failed."); in OnChange()
75 ZLOGE("WriteChangeList to Parcel by buffer failed"); in OnChange()
83 ZLOGE("SendRequest failed, error %d", error); in OnChange()
92 ZLOGE("write descriptor failed"); in OnChange()
96 ZLOGE("WriteChangeInfo to Parcel failed."); in OnChange()
103 ZLOGE("SendRequest failed, error %d", error); in OnChange()
113 ZLOGE("local descriptor is not equal to remote"); in OnRemoteRequest()
121 ZLOGE("changeNotification is nullptr"); in OnRemoteRequest()
134 ZLOGE("WriteChangeLis in OnRemoteRequest()
[all...]
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_sequence_write.cpp99 ZLOGE(LOG_LABEL, "requires 1 parameter"); in JS_writeByte()
106 ZLOGE(LOG_LABEL, "type mismatch for parameter 1"); in JS_writeByte()
116 ZLOGE(LOG_LABEL, "napiSequence is null"); in JS_writeByte()
122 ZLOGE(LOG_LABEL, "write int8 failed"); in JS_writeByte()
137 ZLOGE(LOG_LABEL, "requires 1 parameter"); in JS_writeShort()
144 ZLOGE(LOG_LABEL, "type mismatch for parameter 1"); in JS_writeShort()
154 ZLOGE(LOG_LABEL, "napiSequence is null"); in JS_writeShort()
160 ZLOGE(LOG_LABEL, "write int16 failed"); in JS_writeShort()
175 ZLOGE(LOG_LABEL, "requires 1 parameter"); in JS_writeInt()
182 ZLOGE(LOG_LABE in JS_writeInt()
[all...]
H A Dnapi_remote_object_holder.cpp29 ZLOGE(LOG_LABEL, "data is null"); in OnEnvCleanUp()
49 ZLOGE(LOG_LABEL, "add cleanup hook failed"); in NAPIRemoteObjectHolder()
59 ZLOGE(LOG_LABEL, "failed to new work"); in DeleteJsObjectRefInUvWork()
75 ZLOGE(LOG_LABEL, "failed to delete ref on uv work"); in DeleteJsObjectRefInUvWork()
82 ZLOGE(LOG_LABEL, "uv_queue_work failed, ret %{public}d", uvRet); in DeleteJsObjectRefInUvWork()
89 ZLOGE(LOG_LABEL, "js env has been destructed"); in ~NAPIRemoteObjectHolder()
95 ZLOGE(LOG_LABEL, "remove cleanup hook failed"); in ~NAPIRemoteObjectHolder()
101 ZLOGE(LOG_LABEL, "failed to delete ref"); in ~NAPIRemoteObjectHolder()
109 ZLOGE(LOG_LABEL, "failed to delete ref"); in ~NAPIRemoteObjectHolder()
170 ZLOGE(LOG_LABE in attachLocalInterface()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dkv_delegate.cpp56 ZLOGE("failed to remove file %{public}s, err: %{public}s", fileName, ec.message().c_str()); in RemoveDbFile()
74 ZLOGE("failed to copy file %{public}s, isBackup %{public}d, err: %{public}s", in CopyFile()
134 ZLOGE("init failed, %{public}s", collectionName.c_str()); in Upsert()
139 ZLOGE("GRD_UpSertDoc failed,status %{public}d", count); in Upsert()
151 ZLOGE("init failed, %{public}s", collectionName.c_str()); in Delete()
158 ZLOGE("db GetBatch failed, %{public}s %{public}d", filter.c_str(), status); in Delete()
165 ZLOGE("GRD_DeleteDoc failed,status %{public}d %{public}s", count, result.c_str()); in Delete()
190 ZLOGE("GRD_DBOpen failed,status %{public}d", status); in Init()
207 ZLOGE("GRD_CreateCollection template table failed,status %{public}d", status); in Init()
215 ZLOGE("GRD_CreateCollectio in Init()
[all...]
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp61 ZLOGE(LOG_LABEL, "remote session is nullptr"); in NewSessionOfBinderProxy()
68 ZLOGE(LOG_LABEL, "IPCProcessSkeleton is nullptr"); in NewSessionOfBinderProxy()
74 ZLOGE(LOG_LABEL, "attempt to send a invalid handle:%{public}u", handle); in NewSessionOfBinderProxy()
80 ZLOGE(LOG_LABEL, "attempt to send a distributed proxy, handle:%{public}u", handle); in NewSessionOfBinderProxy()
87 ZLOGE(LOG_LABEL, "get localDeviceID error, handle:%{public}u", handle); in NewSessionOfBinderProxy()
99 ZLOGE(LOG_LABEL, "get bus name error, handle:%{public}u", handle); in GetSessionForProxy()
109 ZLOGE(LOG_LABEL, "write to parcel fail, handle:%{public}u", handle); in GetSessionForProxy()
115 ZLOGE(LOG_LABEL, "start service listen error:%{public}d handle:%{public}u", err, handle); in GetSessionForProxy()
122 ZLOGE(LOG_LABEL, "stubindex error:%{public}" PRIu64 " handle:%{public}u", stubIndex, handle); in GetSessionForProxy()
135 ZLOGE(LOG_LABE in GetSessionForProxy()
[all...]
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp56 ZLOGE(NativeRemoteProxyTest::LABEL, "memset_s failed!"); in LocalMemAllocator()
72 ZLOGE(LABEL, "test service is nullptr"); in NativeRemoteProxyTest()
79 ZLOGE(LABEL, "CreateNativeRemoteProxy failed!"); in NativeRemoteProxyTest()
113 ZLOGE(LABEL, "OH_IPCParcel_WriteInterfaceToken failed! ret:%{public}d", ret); in SyncAdd()
124 ZLOGE(LABEL, "OH_IPCRemoteProxy_SendRequest failed! ret:%{public}d", ret); in SyncAdd()
137 ZLOGE(LABEL, "SyncAdd failed! %{public}d + %{public}d = %{public}d", a, b, result); in SyncAdd()
154 ZLOGE(LABEL, "OH_IPCParcel_WriteInterfaceToken failed!"); in ASyncAdd()
165 ZLOGE(LABEL, "ipc sendRequest return=%{public}d ", ret); in ASyncAdd()
174 ZLOGE(LABEL, "ASyncAdd failed! %{public}d + %{public}d = %{public}d", a, b, asyncReply_); in ASyncAdd()
184 ZLOGE(LABE in OnRemoteRequestStubCallBack()
[all...]
H A Dtest_service_skeleton.cpp232 ZLOGE(LABEL, "null foo service"); in TestGetFooService()
297 ZLOGE(LABEL, "send to server data length = %{public}d", length); in TestRawDataTransaction()
299 ZLOGE(LABEL, "length should > 1, length is %{public}d", length); in TestRawDataTransaction()
304 ZLOGE(LABEL, "new buffer failed of length = %{public}d", length); in TestRawDataTransaction()
315 ZLOGE(LABEL, "get result from server data = %{public}d", reply); in TestRawDataTransaction()
325 ZLOGE(LABEL, "length should > 1, length is %{public}d", length); in TestRawDataReply()
330 ZLOGE(LABEL, "fail to write parcel"); in TestRawDataReply()
336 ZLOGE(LABEL, "ret = %{public}d", ret); in TestRawDataReply()
341 ZLOGE(LABEL, "reply false data"); in TestRawDataReply()
346 ZLOGE(LABE in TestRawDataReply()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/
H A Dlifecycle_policy.cpp30 ZLOGE("Get store failed, intention: %{public}s.", key.intention.c_str()); in OnGot()
34 ZLOGE("Remove data failed, intention: %{public}s.", key.intention.c_str()); in OnGot()
44 ZLOGE("Get store failed, intention: %{public}s.", intention.c_str()); in OnStart()
48 ZLOGE("Remove data failed, intention: %{public}s.", intention.c_str()); in OnStart()
58 ZLOGE("Get store failed, intention: %{public}s.", intention.c_str()); in OnTimeout()
64 ZLOGE("Get timeout keys failed."); in OnTimeout()
68 ZLOGE("Remove data failed, intention: %{public}s.", intention.c_str()); in OnTimeout()
80 ZLOGE("Get data failed."); in GetTimeoutKeys()
/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_message_parcel.cpp47 ZLOGE(LABEL, "ashmem is null"); in AshmemSmartPointWrapper()
69 ZLOGE(LABEL, "env is null"); in JavaOhosRpcMessageParcelGetNative()
79 ZLOGE(LABEL, "env is null"); in Java_ohos_rpc_Ashmem_getSptrAshmem()
125 ZLOGE(LABEL, "env is null"); in JavaOhosRpcMessageParcelRegisterNativeMethods()
130 ZLOGE(LABEL, "could not find class for MessageParcel"); in JavaOhosRpcMessageParcelRegisterNativeMethods()
136 ZLOGE(LABEL, "could not Get mNativeObject field for MessageParcel"); in JavaOhosRpcMessageParcelRegisterNativeMethods()
145 ZLOGE(LABEL, "could not Get mOwnsNativeObject field for MessageParcel"); in JavaOhosRpcMessageParcelRegisterNativeMethods()
165 ZLOGE(LABEL, "env is null"); in Java_ohos_rpc_MessageParcel_nativeWriteRemoteObject()
170 ZLOGE(LABEL, "could not get native parcel for marshalling"); in Java_ohos_rpc_MessageParcel_nativeWriteRemoteObject()
192 ZLOGE(LABE in Java_ohos_rpc_MessageParcel_nativeReadRemoteObject()
[all...]
H A Dohos_rpc_remote_object.cpp191 ZLOGE(LABEL, "DUMP_TRANSACTION data size:%{public}zu", data.GetReadableBytes()); in OnRemoteRequest()
200 ZLOGE(LABEL, "OnRemoteRequest found exception, res:%{public}d", res); in OnRemoteRequest()
206 ZLOGE(LABEL, "result:%{public}d", result); in OnRemoteRequest()
211 ZLOGE(LABEL, "res:%{public}d", res); in OnRemoteRequest()
285 ZLOGE(LABEL, "Object has already removed"); in OnRemoteDied()
385 ZLOGE(LABEL, "env is null"); in Java_ohos_rpc_getJavaRemoteObject()
389 ZLOGE(LABEL, "RemoteObject is null"); in Java_ohos_rpc_getJavaRemoteObject()
441 ZLOGE(LABEL, "env is null"); in Java_ohos_rpc_getNativeRemoteObject()
469 ZLOGE(LABEL, "env is null"); in Java_ohos_rpc_IPCSkeleton_nativeGetContextObject()
474 ZLOGE(LABE in Java_ohos_rpc_IPCSkeleton_nativeGetContextObject()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/src/
H A Dcrypto_manager.cpp47 ZLOGE("HksInitParamSet() failed with error %{public}d", ret); in GetRootKeyParams()
63 ZLOGE("HksAddParams failed with error %{public}d", ret); in GetRootKeyParams()
70 ZLOGE("HksBuildParamSet failed with error %{public}d", ret); in GetRootKeyParams()
82 ZLOGE("GetRootKeyParams failed with error %{public}d", ret); in GenerateRootKey()
93 ZLOGE("HksGenerateKey failed with error %{public}d", ret); in GenerateRootKey()
103 ZLOGE("GetRootKeyParams failed with error %{public}d", ret); in CheckRootKey()
113 ZLOGE("HksKeyExist failed with error %{public}d", ret); in CheckRootKey()
129 ZLOGE("HksInitParamSet() failed with error %{public}d", ret); in Encrypt()
144 ZLOGE("HksAddParams failed with error %{public}d", ret); in Encrypt()
151 ZLOGE("HksBuildParamSe in Encrypt()
[all...]
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp39 ZLOGE("db:%{public}s already closed!", StoreUtil::Anonymous(storeId_).c_str()); in Put()
45 ZLOGE("invalid key:%{public}s size:[k:%{public}zu v:%{public}zu]", in Put()
53 ZLOGE("status:0x%{public}x key:%{public}s, value size:%{public}zu", status, in Put()
63 ZLOGE("db:%{public}s already closed!", StoreUtil::Anonymous(storeId_).c_str()); in PutBatch()
72 ZLOGE("invalid key:%{public}s size:[k:%{public}zu v:%{public}zu]", in PutBatch()
82 ZLOGE("status:0x%{public}x entries size:%{public}zu", status, entries.size()); in PutBatch()
91 ZLOGE("db:%{public}s already closed!", StoreUtil::Anonymous(storeId_).c_str()); in Delete()
97 ZLOGE("invalid key:%{public}s size:%{public}zu", StoreUtil::Anonymous(key.ToString()).c_str(), key.Size()); in Delete()
104 ZLOGE("status:0x%{public}x key:%{public}s", status, StoreUtil::Anonymous(key.ToString()).c_str()); in Delete()
113 ZLOGE("d in DeleteBatch()
[all...]
/foundation/ability/idl_tool/test/native/src/
H A Dtest_client.cpp29 ZLOGE(LABEL, "get registry fail"); in ConnectService()
35 ZLOGE(LABEL, "Got test Service object"); in ConnectService()
40 ZLOGE(LABEL, "Could not find Test Service!"); in ConnectService()
50 ZLOGE(LABEL, "StartIntTransaction"); in StartIntTransaction()
53 ZLOGE(LABEL, "Rec result from server %{public}d.", result); in StartIntTransaction()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_stub.cpp61 ZLOGE("local is not equal to remote"); in OnRemoteRequest()
67 ZLOGE("not support code:%{public}u, BUTT:%{public}d", code, in OnRemoteRequest()
78 ZLOGE("PERMISSION_DENIED uid:%{public}d appId:%{public}s storeId:%{public}s", storeInfo.uid, in OnRemoteRequest()
82 ZLOGE("Marshal PERMISSION_DENIED code:%{public}u appId:%{public}s storeId:%{public}s", code, in OnRemoteRequest()
94 ZLOGE("Unmarshal appId:%{public}s storeId:%{public}s", in GetStoreInfo()
123 ZLOGE("Marshal status:0x%{public}d storeIds:%{public}zu", status, storeIds.size()); in OnGetStoreIds()
134 ZLOGE("Unmarshal appId:%{public}s storeId:%{public}s", appId.appId.c_str(), in OnBeforeCreate()
140 ZLOGE("Marshal status:0x%{public}x appId:%{public}s storeId:%{public}s", status, appId.appId.c_str(), in OnBeforeCreate()
153 ZLOGE("Unmarshal appId:%{public}s storeId:%{public}s", appId.appId.c_str(), in OnAfterCreate()
160 ZLOGE("Marsha in OnAfterCreate()
[all...]
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp77 ZLOGE(LOG_LABEL, "binder object type is invalid."); in AcquireObject()
133 ZLOGE(LOG_LABEL, "current is nullptr"); in WriteDBinderProxy()
138 ZLOGE(LOG_LABEL, "sessionOfPeer is null, handle:%{public}u stubIndex:%{public}" PRIu64, handle, stubIndex); in WriteDBinderProxy()
153 ZLOGE(LOG_LABEL, "create DBinderCallbackStub object failed"); in WriteDBinderProxy()
157 ZLOGE(LOG_LABEL, "save callback of fake stub failed"); in WriteDBinderProxy()
174 ZLOGE(LOG_LABEL, "update obj offset:%{public}zu fail, ptr offset:%{public}zu", objOffset, offset); in UpdateDBinderDataOffset()
244 ZLOGE(LOG_LABEL, "invalid fd:%{public}d", fd); in WriteFileDescriptor()
249 ZLOGE(LOG_LABEL, "dup failed, fd:%{public}d, errno:%{public}d", fd, errno); in WriteFileDescriptor()
254 ZLOGE(LOG_LABEL, "create IPCFileDescriptor object failed"); in WriteFileDescriptor()
264 ZLOGE(LOG_LABE in ReadFileDescriptor()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_stub.cpp37 ZLOGE("Unmarshal sessionId:%{public}s bundleName:%{public}s deviceId:%{public}s objectData size:%{public}zu, " in ObjectStoreSaveOnRemote()
45 ZLOGE("Marshal status:0x%{public}x", status); in ObjectStoreSaveOnRemote()
57 ZLOGE("Unmarshal fail sessionId:%{public}s bundleName:%{public}s deviceId:%{public}s", in OnAssetChangedOnRemote()
64 ZLOGE("Unmarshal assetValue fail, asset name: %{public}s", assetValue.name.c_str()); in OnAssetChangedOnRemote()
69 ZLOGE("Marshal status:0x%{public}x", status); in OnAssetChangedOnRemote()
82 ZLOGE("Unmarshal sessionId:%{public}s bundleName:%{public}s assetName:%{public}s bindStore:%{public}s", in ObjectStoreBindAssetOnRemote()
90 ZLOGE("Marshal status:0x%{public}x", status); in ObjectStoreBindAssetOnRemote()
102 ZLOGE("Unmarshal sessionId:%{public}s bundleName:%{public}s, callback is nullptr: %{public}d", in ObjectStoreRevokeSaveOnRemote()
108 ZLOGE("Marshal status:0x%{public}x", status); in ObjectStoreRevokeSaveOnRemote()
120 ZLOGE("Unmarsha in ObjectStoreRetrieveOnRemote()
[all...]

Completed in 17 milliseconds

123456789