Home
last modified time | relevance | path

Searched refs:LOGE (Results 1 - 25 of 1829) sorted by relevance

12345678910>>...74

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp38 LOGE("OH_NNDevice_GetAllDevicesID failed, passed nullptr to allDevicesID."); in OH_NNDevice_GetAllDevicesID()
43 LOGE("OH_NNDevice_GetAllDevicesID failed, *allDevicesID should be nullptr."); in OH_NNDevice_GetAllDevicesID()
48 LOGE("OH_NNDevice_GetAllDevicesID failed, passed nullptr to deviceCount."); in OH_NNDevice_GetAllDevicesID()
72 LOGE("OH_NNDevice_GetName failed, passed nullptr to name."); in OH_NNDevice_GetName()
77 LOGE("OH_NNDevice_GetName failed, *name should be nullptr."); in OH_NNDevice_GetName()
84 LOGE("OH_NNDevice_GetName failed, error happened when getting name of deviceID."); in OH_NNDevice_GetName()
98 LOGE("OH_NNDevice_GetType failed, passed invalid deviceID."); in OH_NNDevice_GetType()
103 LOGE("OH_NNDevice_GetType failed, passed nullptr to deviceType."); in OH_NNDevice_GetType()
109 LOGE("OH_NNDevice_GetType failed."); in OH_NNDevice_GetType()
118 LOGE("OH_NNCompilation_Construc in OH_NNCompilation_Construct()
[all...]
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_service_proxy.cpp43 LOGE("Failed to write interface token"); in UnRegisterCallbackInner()
49 LOGE("remote is nullptr"); in UnRegisterCallbackInner()
54 LOGE("Failed to send the bundle name"); in UnRegisterCallbackInner()
61 LOGE("Failed to send out the requeset, errno: %{public}d", ret); in UnRegisterCallbackInner()
82 LOGE("Failed to write interface token"); in RegisterCallbackInner()
87 LOGE("Failed to send the callback stub"); in RegisterCallbackInner()
92 LOGE("Failed to send the bundle name"); in RegisterCallbackInner()
98 LOGE("remote is nullptr"); in RegisterCallbackInner()
104 LOGE("Failed to send out the request, errno: %{public}d", ret); in RegisterCallbackInner()
119 LOGE("Faile in StartSyncInner()
[all...]
H A Dcloud_sync_common.cpp28 LOGE("failed to write switch data size"); in Marshalling()
33 LOGE("failed to write key"); in Marshalling()
37 LOGE("failed to write value"); in Marshalling()
47 LOGE("failed to write batchDownloadSize"); in MarshallingBatch()
51 LOGE("failed to write batchTotalSize"); in MarshallingBatch()
55 LOGE("failed to write batchSuccNum"); in MarshallingBatch()
59 LOGE("failed to write batchFailNum"); in MarshallingBatch()
63 LOGE("failed to write batchTotalNum"); in MarshallingBatch()
67 LOGE("failed to write batchState"); in MarshallingBatch()
77 LOGE("faile in Marshalling()
[all...]
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_proxy.cpp62 LOGE("Samgr is nullptr"); in GetInstance()
68 LOGE("object == nullptr"); in GetInstance()
75 LOGE("new death recipient failed"); in GetInstance()
81 LOGE("failed to add death recipient."); in GetInstance()
87 LOGE("service == nullptr"); in GetInstance()
100 LOGE("Failed to write interface token"); in OpenP2PConnection()
104 LOGE("Failed to send device id"); in OpenP2PConnection()
108 LOGE("Failed to send device name"); in OpenP2PConnection()
112 LOGE("Failed to send network id"); in OpenP2PConnection()
116 LOGE("Faile in OpenP2PConnection()
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnntensor.cpp49 LOGE("[NNTensor2_0] SetTensorDesc failed, failed to create desc for tensor."); in SetTensorDesc()
62 LOGE("NNTensor2_0::CreateData failed, m_data has been created before."); in CreateData()
66 LOGE("NNTensor2_0::CreateData failed, m_tensorDesc is nullptr."); in CreateData()
73 LOGE("NNTensor2_0::CreateData failed, failed to get byte size from tensorDesc."); in CreateData()
77 LOGE("NNTensor2_0::CreateData failed, Invalid buffer size, " in CreateData()
84 LOGE("NNTensor2_0::CreateData failed, failed to allocate memory."); in CreateData()
93 LOGE("NNTensor2_0::CreateData failed, m_data has been created before."); in CreateData()
97 LOGE("NNTensor2_0::CreateData failed, m_tensorDesc is nullptr."); in CreateData()
101 LOGE("NNTensor2_0::CreateData failed, Invalid buffer size, " in CreateData()
108 LOGE("NNTensor2_ in CreateData()
[all...]
H A Dnnbackend.cpp47 LOGE("[NNBackend] GetBackendName failed, m_device is nullptr"); in GetBackendName()
54 LOGE("[NNBackend] GetBackendName failed, get device name failed."); in GetBackendName()
61 LOGE("[NNBackend] GetBackendName failed, get vendor name failed."); in GetBackendName()
68 LOGE("[NNBackend] GetBackendName failed, get version failed."); in GetBackendName()
79 LOGE("[NNBackend] GetBackendType failed, m_device is nullptr"); in GetBackendType()
85 LOGE("[NNBackend] GetBackendType failed, fail to get device type"); in GetBackendType()
95 LOGE("[NNBackend] GetBackendStatus failed, m_device is nullptr"); in GetBackendStatus()
101 LOGE("[NNBackend] GetBackendStatus failed, fail to get device status"); in GetBackendStatus()
110 LOGE("[NNBackend] CreateCompiler failed, compilation is nullptr"); in CreateCompiler()
118 LOGE("[NNBacken in CreateCompiler()
[all...]
H A Dneural_network_runtime_compat.cpp32 LOGE("OH_NNModel_AddTensor failed, passed nullptr to model."); in OH_NNModel_AddTensor()
37 LOGE("OH_NNModel_AddTensor failed, passed nullptr to tensor."); in OH_NNModel_AddTensor()
49 LOGE("OH_NNExecutor_SetInput failed, executor is nullptr."); in OH_NNExecutor_SetInput()
53 LOGE("OH_NNExecutor_SetInput failed, tensor is nullptr."); in OH_NNExecutor_SetInput()
57 LOGE("OH_NNExecutor_SetInput failed, dataBuffer is nullptr."); in OH_NNExecutor_SetInput()
61 LOGE("OH_NNExecutor_SetInput failed, dataBuffer length is 0."); in OH_NNExecutor_SetInput()
73 LOGE("OH_NNExecutor_SetOutput failed, passed nullptr to executor."); in OH_NNExecutor_SetOutput()
77 LOGE("OH_NNExecutor_SetOutput failed, passed nullptr to dataBuffer."); in OH_NNExecutor_SetOutput()
81 LOGE("OH_NNExecutor_SetOutput failed, dataBuffer length is 0."); in OH_NNExecutor_SetOutput()
92 LOGE("OH_NNExecutor_Ru in OH_NNExecutor_Run()
[all...]
H A Dinner_model.cpp60 LOGE("ConstructNNTensorFromLiteGraphTensor failed, error happened when creating NNTensor."); in ConstructNNTensorFromLiteGraphTensor()
66 LOGE("ConstructNNTensorFromLiteGraphTensor failed, error happened when building NNTensor with attributes."); in ConstructNNTensorFromLiteGraphTensor()
80 LOGE("ConstructNNTensorsFromLiteGraph failed, passed empty indices list."); in ConstructNNTensorsFromLiteGraph()
86 LOGE("ConstructNNTensorsFromLiteGraph failed, index exceed size of all_tensors inside liteGraph."); in ConstructNNTensorsFromLiteGraph()
94 LOGE("ConstructNNTensorsFromLiteGraph failed, failed to construct NNTensor from LiteGraphTensor."); in ConstructNNTensorsFromLiteGraph()
117 LOGE("BuildFromLiteGraph failed, passed empty liteGraph."); in BuildFromLiteGraph()
122 LOGE("BuildFromLiteGraph failed, inner model has been built or loaded before."); in BuildFromLiteGraph()
127 LOGE("BuildFromLiteGraph failed, please LoadLiteGraph without adding tensor and operations."); in BuildFromLiteGraph()
134 LOGE("BuildFromLiteGraph failed, error happened when constructing input NNTensors from liteGraph."); in BuildFromLiteGraph()
141 LOGE("BuildFromLiteGrap in BuildFromLiteGraph()
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dlstm_builder.cpp34 LOGE("[LSTM] The bidirectional should be type OH_NN_BOOL."); in SetBidirectional()
39 LOGE("[LSTM] The bidirectional should be scalar."); in SetBidirectional()
45 LOGE("[LSTM] Tensor buffer is nullptr."); in SetBidirectional()
56 LOGE("[LSTM] The hasBias should be type OH_NN_BOOL."); in SetHasBias()
61 LOGE("[LSTM] The hasBias should be scalar."); in SetHasBias()
67 LOGE("[LSTM] Tensor buffer is nullptr."); in SetHasBias()
78 LOGE("[LSTM] The inputSize should be type OH_NN_INT64."); in SetInputSize()
83 LOGE("[LSTM] The inputSize should be scalar."); in SetInputSize()
89 LOGE("[LSTM] Tensor buffer is nullptr."); in SetInputSize()
100 LOGE("[LST in SetHiddenSize()
[all...]
H A Ddetection_post_process_builder.cpp39 LOGE("[DetectionPostProcess] The inputSize should be type OH_NN_INT64."); in SetInputSize()
44 LOGE("[DetectionPostProcess] The inputSize should be scalar."); in SetInputSize()
50 LOGE("[DetectionPostProcess] Tensor buffer is nullptr."); in SetInputSize()
61 LOGE("[DetectionPostProcess] The scale should be type OH_NN_FLOAT32."); in SetScale()
69 LOGE("[DetectionPostProcess] Tensor buffer is nullptr."); in SetScale()
87 LOGE("[DetectionPostProcess] The nmsIoUThreshold should be type OH_NN_FLOAT32."); in SetNmsIoUThreshold()
92 LOGE("[DetectionPostProcess] The nmsIoUThreshold should be scalar."); in SetNmsIoUThreshold()
98 LOGE("[DetectionPostProcess] Tensor buffer is nullptr."); in SetNmsIoUThreshold()
109 LOGE("[DetectionPostProcess] The scoreThreshold should be type OH_NN_FLOAT32."); in SetNmsScoreThreshold()
114 LOGE("[DetectionPostProces in SetNmsScoreThreshold()
[all...]
H A Dfullconnection_builder.cpp38 LOGE("[FullConnection] SetFullConnectionInput failed, the index of outputs don't equal to %d.", OUTPUT_NUM); in SetFullConnectionInput()
47 LOGE("[FullConnection] SetFullConnectionInput failed, the index of inputs is out of range."); in SetFullConnectionInput()
60 LOGE("[FullConnection] The hasBias should be type OH_NN_BOOL."); in SetHasBias()
65 LOGE("[FullConnection] The hasBias should be scalar."); in SetHasBias()
71 LOGE("[FullConnection] Tensor buffer is nullptr."); in SetHasBias()
82 LOGE("[FullConnection] The useAxis should be type OH_NN_BOOL."); in SetUseAxis()
87 LOGE("[FullConnection] The useAxis should be scalar."); in SetUseAxis()
93 LOGE("[FullConnection] Tensor buffer is nullptr."); in SetUseAxis()
99 LOGE("[FullConnection] m_useAxis is not allowed to be set to false when m_axis is already set."); in SetUseAxis()
113 LOGE("[FullConnectio in SetFullConnectionActivation()
[all...]
H A Dlrn_builder.cpp38 LOGE("[LRN] The depthRadius should be type OH_NN_INT64."); in SetDepthRadius()
43 LOGE("[LRN] The depthRadius should be scalar."); in SetDepthRadius()
49 LOGE("[LRN] Tensor buffer is nullptr."); in SetDepthRadius()
60 LOGE("[LRN] The bias should be type OH_NN_FLOAT32."); in SetBias()
65 LOGE("[LRN] The bias should be scalar."); in SetBias()
71 LOGE("[LRN] Tensor buffer is nullptr."); in SetBias()
82 LOGE("[LRN] The alpha should be type OH_NN_FLOAT32."); in SetAlpha()
87 LOGE("[LRN] The alpha should be scalar."); in SetAlpha()
93 LOGE("[LRN] Tensor buffer is nullptr."); in SetAlpha()
104 LOGE("[LR in SetBeta()
[all...]
H A Dpooling_builder.cpp41 LOGE("[PoolingBuilder] PoolingBuild failed, operation has been build, cannot build again."); in PoolingBuild()
48 LOGE("[PoolingBuilder] PoolingBuild failed, the SetInputAndOutput failed."); in PoolingBuild()
54 LOGE("[PoolingBuilder] PoolingBuild failed, passed invalid param index of Onehot operation index."); in PoolingBuild()
63 LOGE("[PoolingBuilder] Build failed, param invalid, type=%d", tensor->GetType()); in PoolingBuild()
68 LOGE("[PoolingBuilder] PoolingBuild failed, passed invalid param."); in PoolingBuild()
85 LOGE("[PoolingBuilder] SetInputAndOutput failed, passed invalid input or output index."); in SetInputAndOutput()
100 LOGE("[PoolingBuilder] SetKernel failed, the KernelSize should be type OH_NN_INT64."); in SetKernel()
106 LOGE("[PoolingBuilder] SetKernel GetBuffer return nullptr"); in SetKernel()
122 LOGE("[PoolingBuilder] SetStrides failed, the Strides should be type OH_NN_INT64."); in SetStrides()
128 LOGE("[PoolingBuilde in SetStrides()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_ap_impl.c35 LOGE("RegisterApEventCallback: g_hdiApCallbackObj is NULL"); in RegisterApEventCallback()
42 LOGE("RegisterApEventCallback: apObj is NULL"); in RegisterApEventCallback()
49 LOGE("RegisterApEventCallback: RegisterApEventCallback failed result:%{public}d", result); in RegisterApEventCallback()
66 LOGE("UnRegisterApEventCallback: apObj is NULL"); in UnRegisterApEventCallback()
73 LOGE("UnRegisterEventCallback: UnRegisterEventCallback failed result:%{public}d", result); in UnRegisterApEventCallback()
92 LOGE("HdiRegisterApEventCallback: invalid parameter"); in HdiRegisterApEventCallback()
98 LOGE("HdiRegisterApEventCallback: already register"); in HdiRegisterApEventCallback()
105 LOGE("HdiRegisterApEventCallback: IWpaCallback malloc failed"); in HdiRegisterApEventCallback()
123 LOGE("HdiStartAp: set ap iface name failed."); in HdiStartAp()
128 LOGE("HdiStartA in HdiStartAp()
[all...]
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_ap_interface.c39 LOGE("hostapd start failed!"); in StartSoftAp()
43 LOGE("hostapd init failed!"); in StartSoftAp()
48 LOGE("hostapdHalDevice is NULL!"); in StartSoftAp()
54 LOGE("enableAp failed! ret=%{public}d", ret); in StartSoftAp()
97 LOGE("start hostapd failed!"); in StartHostapd()
117 LOGE("disableAp failed! ret=%{public}d", ret); in StopSoftAp()
120 LOGE("cant not get hostapd dev"); in StopSoftAp()
123 LOGE("hostapd stop failed!"); in StopSoftAp()
127 LOGE("hostapd_hal stop failed!"); in StopSoftAp()
139 LOGE("sto in StopHostapd()
[all...]
H A Dwifi_hal_p2p_interface.c64 LOGE("start wpa_supplicant failed!"); in P2pStartSupplicant()
82 LOGE("stop p2p_wpa_supplicant failed!"); in P2pStopSupplicant()
105 LOGE("p2p_wpa_s hal already stop!"); in StopP2pWpaAndWpaHal()
116 LOGE("p2p_wpa_supplicant stop failed!"); in StopP2pWpaAndWpaHal()
128 LOGE("Get wpa interface failed!");
132 LOGE("Failed to connect to wpa!");
149 LOGE("Failed to add wpa iface!");
161 LOGE("%{public}s: failed to open the file", __func__);
170 LOGE("%{public}s: memset_s is failed", __func__);
178 LOGE("
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/src/
H A Dstorage_daemon_communication.cpp51 LOGE("StorageDaemonCommunication::Connect samgr nullptr"); in Connect()
56 LOGE("StorageDaemonCommunication::Connect object nullptr"); in Connect()
61 LOGE("StorageDaemonCommunication::Connect service nullptr"); in Connect()
66 LOGE("StorageDaemonCommunication::Connect failed to create death recipient"); in Connect()
81 LOGE("StorageDaemonCommunication::PrepareAddUser connect failed"); in PrepareAddUser()
85 LOGE("StorageDaemonCommunication::Connect service nullptr"); in PrepareAddUser()
96 LOGE("StorageDaemonCommunication::RemoveUser connect failed"); in RemoveUser()
100 LOGE("StorageDaemonCommunication::Connect service nullptr"); in RemoveUser()
111 LOGE("StorageDaemonCommunication::PrepareStartUser connect failed"); in PrepareStartUser()
115 LOGE("StorageDaemonCommunicatio in PrepareStartUser()
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp41 LOGE("StorageManagerConnect::Connect samgr == nullptr"); in Connect()
46 LOGE("StorageManagerConnect::Connect object == nullptr"); in Connect()
51 LOGE("StorageManagerConnect::Connect service == nullptr"); in Connect()
56 LOGE("StorageManagerConnect::Connect failed to create death recipient"); in Connect()
71 LOGE("StorageManagerConnect::GetBundleStats:Connect error"); in GetBundleStats()
75 LOGE("StorageManagerConnect::GetBundleStats service == nullptr"); in GetBundleStats()
85 LOGE("StorageManagerConnect::GetFreeSizeOfVolume:Connect error"); in GetFreeSizeOfVolume()
89 LOGE("StorageManagerConnect::GetFreeSizeOfVolume service == nullptr"); in GetFreeSizeOfVolume()
99 LOGE("StorageManagerConnect::GetTotalSizeOfVolume:Connect error"); in GetTotalSizeOfVolume()
103 LOGE("StorageManagerConnec in GetTotalSizeOfVolume()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_element.cpp34 LOGE("Animate full window failed. render is null"); in AnimateToFullWindow()
44 LOGE("Get background color failed. box element is null"); in GetBackgroundColor()
49 LOGE("Get background color failed. box render is null"); in GetBackgroundColor()
54 LOGE("Get background color failed. box decoration is null"); in GetBackgroundColor()
74 LOGE("Update system bar failed. box is null."); in UpdateSystemBarHeight()
86 LOGE("Update status bar failed. RenderSemi is null."); in UpdateStatusBarHeight()
91 LOGE("Update status bar failed. column is null."); in UpdateStatusBarHeight()
96 LOGE("Update status bar failed. drag bar element is null."); in UpdateStatusBarHeight()
101 LOGE("Update status bar failed. drag bar render is null."); in UpdateStatusBarHeight()
111 LOGE("Updat in UpdateNavigationBarHeight()
[all...]
/foundation/filemanagement/dfs_service/utils/preference/src/
H A Dcloud_pref_impl.cpp32 LOGE("CloudPrefImpl: mkdir failed"); in CloudPrefImpl()
39 LOGE("CloudPrefImpl: mkdir failed"); in CloudPrefImpl()
46 LOGE("CloudPrefImpl: Preference get null, errcode: %{public}d", errCode); in CloudPrefImpl()
56 LOGE("CloudPrefImpl: Preference get null, errcode: %{public}d", errCode); in CloudPrefImpl()
63 LOGE("CloudPrefImpl: perf_ is null"); in SetString()
69 LOGE("CloudPrefImpl: SetString has error, ret = %{public}d", ret); in SetString()
76 LOGE("CloudPrefImpl: perf_ is null"); in GetString()
85 LOGE("CloudPrefImpl: perf_ is null"); in SetLong()
91 LOGE("CloudPrefImpl: SetLong has error, ret = %{public}d", ret); in SetLong()
98 LOGE("CloudPrefImp in GetLong()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_impl.cpp64 LOGE("[KvStoreDelegate] Put data failed:%d", errCode); in Put()
68 LOGE("%s", INVALID_CONNECTION); in Put()
81 LOGE("[KvStoreDelegate] Put batch data failed:%d", errCode); in PutBatch()
85 LOGE("%s", INVALID_CONNECTION); in PutBatch()
98 LOGE("[KvStoreDelegate] Delete data failed:%d", errCode); in Delete()
102 LOGE("%s", INVALID_CONNECTION); in Delete()
115 LOGE("[KvStoreDelegate] Delete batch data failed:%d", errCode); in DeleteBatch()
119 LOGE("%s", INVALID_CONNECTION); in DeleteBatch()
132 LOGE("[KvStoreDelegate] Clear data failed:%d", errCode); in Clear()
136 LOGE(" in Clear()
[all...]
H A Dkv_store_nb_delegate_impl.cpp101 LOGE("%s", INVALID_CONNECTION); in GetEntries()
115 LOGE("[KvStoreNbDelegate] Alloc result set failed."); in GetEntries()
121 LOGE("[KvStoreNbDelegate] Get result set failed: %d", errCode); in GetEntries()
138 LOGE("[KvStoreNbDelegate] Get the batch data by query err:%d", errCode); in GetEntries()
142 LOGE("%s", INVALID_CONNECTION); in GetEntries()
149 LOGE("%s", INVALID_CONNECTION); in GetEntries()
163 LOGE("[KvStoreNbDelegate] Alloc result set failed."); in GetEntries()
169 LOGE("[KvStoreNbDelegate] Get result set for query failed: %d", errCode); in GetEntries()
176 LOGE("%s", INVALID_CONNECTION); in GetCount()
190 LOGE("[KvStoreNbDelegat in GetCount()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/client/
H A Dstorage_daemon_client.cpp43 LOGE("samgr empty error"); in GetStorageDaemonProxy()
49 LOGE("storage daemon client samgr ablity empty error"); in GetStorageDaemonProxy()
72 LOGE("samgr is nullptr, retry failed."); in CheckServiceStatus()
88 LOGE("storage daemon service system ability error"); in CheckServiceStatus()
100 LOGE("service check failed"); in PrepareUserDirs()
106 LOGE("get storage daemon service failed"); in PrepareUserDirs()
115 LOGE("service check failed"); in DestroyUserDirs()
121 LOGE("get storage daemon service failed"); in DestroyUserDirs()
130 LOGE("service check failed"); in StartUser()
136 LOGE("ge in StartUser()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp40 LOGE("GenerateKeyDesc failed"); in ActiveKey()
43 LOGE("ActiveKey key is empty: %{public}u", keyInfo_.key.IsEmpty()); in ActiveKey()
46 LOGE("fscryptV1Ext ActiveKeyExtfailed"); in ActiveKey()
58 LOGE("InstallEceSeceKeyToKeyring failed"); in ActiveKey()
64 LOGE("InstallKeyToKeyring failed"); in ActiveKey()
77 LOGE("fscryptV1Ext GenerateAppkey failed"); in GenerateAppkey()
82 LOGE("appKey.data.get() is nullptr"); in GenerateAppkey()
87 LOGE("GenerateAppKeyDesc failed"); in GenerateAppkey()
91 LOGE("InstallKeyForAppKeyToKeyring failed"); in GenerateAppkey()
109 LOGE("memcp in InstallKeyForAppKeyToKeyring()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dfile_trans_listener_proxy.cpp36 LOGE("Failed to write interface token"); in OnFileReceive()
40 LOGE("Failed to send bytesTotal"); in OnFileReceive()
44 LOGE("Failed to send bytesUpload"); in OnFileReceive()
49 LOGE("remote is nullptr"); in OnFileReceive()
55 LOGE("Failed to send out the request, errno:%{public}d", errno); in OnFileReceive()
67 LOGE("Failed to write interface token"); in OnFailed()
71 LOGE("Failed to send sessionName"); in OnFailed()
75 LOGE("Failed to send errorCode"); in OnFailed()
80 LOGE("remote is nullptr"); in OnFailed()
86 LOGE("Faile in OnFailed()
[all...]

Completed in 15 milliseconds

12345678910>>...74