Home
last modified time | relevance | path

Searched refs:ACCOUNT_LOGE (Results 1 – 25 of 118) sorted by relevance

12345

/base/account/os_account/frameworks/osaccount/core/src/
Dos_account_proxy.cpp37 ACCOUNT_LOGE("failed to write descriptor!"); in CreateOsAccount()
42 ACCOUNT_LOGE("failed to write os account name"); in CreateOsAccount()
47 ACCOUNT_LOGE("failed to write os account type"); in CreateOsAccount()
52 ACCOUNT_LOGE("SendRequest err, result %{public}d.", result); in CreateOsAccount()
58 ACCOUNT_LOGE("failed to read reply for create os account."); in CreateOsAccount()
63 ACCOUNT_LOGE("failed to read OsAccountInfo"); in CreateOsAccount()
76 ACCOUNT_LOGE("failed to write descriptor!"); in CreateOsAccount()
81 ACCOUNT_LOGE("failed to write os account local name"); in CreateOsAccount()
86 ACCOUNT_LOGE("failed to write os account short name"); in CreateOsAccount()
91 ACCOUNT_LOGE("failed to write os account type"); in CreateOsAccount()
[all …]
/base/account/os_account/frameworks/domain_account/src/
Ddomain_account_common.cpp47 ACCOUNT_LOGE("failed to read domain account name"); in ReadFromParcel()
51 ACCOUNT_LOGE("failed to read domain"); in ReadFromParcel()
55 ACCOUNT_LOGE("failed to read domain accountId"); in ReadFromParcel()
64 ACCOUNT_LOGE("failed to read write account name"); in Marshalling()
68 ACCOUNT_LOGE("failed to write domain"); in Marshalling()
72 ACCOUNT_LOGE("failed to read write accountId"); in Marshalling()
86 ACCOUNT_LOGE("failed to read from parcel"); in Unmarshalling()
104 ACCOUNT_LOGE("failed to read callingUid"); in ReadFromParcel()
109 ACCOUNT_LOGE("failed to read wantParams"); in ReadFromParcel()
120 ACCOUNT_LOGE("failed to read write callingUid"); in Marshalling()
[all …]
Ddomain_account_proxy.cpp33 ACCOUNT_LOGE("remote is nullptr, code = %{public}d", code); in SendRequest()
39 ACCOUNT_LOGE("failed to send domain account request, error code: %{public}d.", result); in SendRequest()
43 ACCOUNT_LOGE("fail to read result"); in SendRequest()
54 ACCOUNT_LOGE("failed to write descriptor!"); in HasDomainAccount()
58 ACCOUNT_LOGE("fail to write parcelable"); in HasDomainAccount()
62 ACCOUNT_LOGE("fail to write callback"); in HasDomainAccount()
73 ACCOUNT_LOGE("fail to write descriptor"); in RegisterPlugin()
77 ACCOUNT_LOGE("fail to write plugin"); in RegisterPlugin()
88 ACCOUNT_LOGE("fail to write descriptor"); in UnregisterPlugin()
99 ACCOUNT_LOGE("fail to write descriptor"); in GetAccountStatus()
[all …]
Ddomain_account_plugin_stub.cpp71 ACCOUNT_LOGE("check descriptor failed! code %{public}u.", code); in OnRemoteRequest()
86 ACCOUNT_LOGE("failed to read domain account info"); in ProcAuthCommonInterface()
91 ACCOUNT_LOGE("failed to read password"); in ProcAuthCommonInterface()
97 ACCOUNT_LOGE("failed to read authMode"); in ProcAuthCommonInterface()
103 ACCOUNT_LOGE("invalid callback"); in ProcAuthCommonInterface()
119 ACCOUNT_LOGE("invalid case"); in ProcAuthCommonInterface()
126 ACCOUNT_LOGE("failed to write result"); in ProcAuthCommonInterface()
136 ACCOUNT_LOGE("failed to read domain account info"); in ProcGetAuthStatusInfo()
141 ACCOUNT_LOGE("failed to read domain account callback"); in ProcGetAuthStatusInfo()
146 ACCOUNT_LOGE("failed to write result"); in ProcGetAuthStatusInfo()
[all …]
Ddomain_account_client.cpp56 ACCOUNT_LOGE("plugin is nullptr"); in RegisterPlugin()
61 ACCOUNT_LOGE("failed to create DomainAccountPluginService"); in RegisterPlugin()
66 ACCOUNT_LOGE("failed to get domain account proxy"); in RegisterPlugin()
80 ACCOUNT_LOGE("failed to get domain account proxy"); in UnregisterPlugin()
90 ACCOUNT_LOGE("callback is nullptr"); in AuthProxyInit()
95 ACCOUNT_LOGE("failed to create DomainAccountCallbackService"); in AuthProxyInit()
100 ACCOUNT_LOGE("failed to get domain account proxy"); in AuthProxyInit()
110 ACCOUNT_LOGE("callback is nullptr"); in GetAccessToken()
116 ACCOUNT_LOGE("failed to new callback service"); in GetAccessToken()
121 ACCOUNT_LOGE("failed to get domain account proxy"); in GetAccessToken()
[all …]
/base/account/os_account/services/accountmgr/src/ability_manager_adapter/
Dability_manager_adapter.cpp47 ACCOUNT_LOGE("ability manager proxy is nullptr."); in ConnectAbility()
58 ACCOUNT_LOGE("ability manager proxy is nullptr."); in DisconnectAbility()
67 ACCOUNT_LOGE("disconnect ability fail, connect is nullptr"); in DisconnectAbility()
71 ACCOUNT_LOGE("write interface token failed."); in DisconnectAbility()
75 ACCOUNT_LOGE("connect write failed."); in DisconnectAbility()
82 ACCOUNT_LOGE("Send request error: %{public}d", error); in DisconnectAbility()
95 ACCOUNT_LOGE("Fail to get system ability registry."); in Connect()
100 ACCOUNT_LOGE("Fail to connect ability manager service."); in Connect()
106 ACCOUNT_LOGE("Failed to create AbilityMgrDeathRecipient!"); in Connect()
110 ACCOUNT_LOGE("Add death recipient to AbilityManagerService failed."); in Connect()
[all …]
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_authenticator_proxy.cpp37 ACCOUNT_LOGE("failed to write descriptor!"); in AddAccountImplicitly()
42 ACCOUNT_LOGE("failed to write authType"); in AddAccountImplicitly()
46 ACCOUNT_LOGE("failed to write callerBundleName"); in AddAccountImplicitly()
50 ACCOUNT_LOGE("failed to write options"); in AddAccountImplicitly()
54 ACCOUNT_LOGE("failed to write callback"); in AddAccountImplicitly()
71 ACCOUNT_LOGE("failed to write descriptor!"); in Authenticate()
76 ACCOUNT_LOGE("failed to write name"); in Authenticate()
80 ACCOUNT_LOGE("failed to write authType for authentication"); in Authenticate()
84 ACCOUNT_LOGE("failed to write callerBundleName for authentication"); in Authenticate()
88 ACCOUNT_LOGE("failed to write options for authentication"); in Authenticate()
[all …]
Dapp_account_authorization_extension_proxy.cpp35 ACCOUNT_LOGE("remote is nullptr, code = %{public}d", code); in SendRequest()
41 ACCOUNT_LOGE("fail to send request, result: %{public}d", result); in SendRequest()
45 ACCOUNT_LOGE("fail to read result"); in SendRequest()
54 ACCOUNT_LOGE("failed to write request isEnableContext"); in WriteRequest()
58 ACCOUNT_LOGE("failed to write request callerUid"); in WriteRequest()
62 ACCOUNT_LOGE("fail to write write request parameters"); in WriteRequest()
66 ACCOUNT_LOGE("fail to write request callback"); in WriteRequest()
76 ACCOUNT_LOGE("fail to write descriptor"); in StartAuthorization()
/base/account/os_account/frameworks/ohosaccount/native/src/
Daccount_info_parcel.cpp29 ACCOUNT_LOGE("write name failed!"); in WriteOhosAccountInfo()
33 ACCOUNT_LOGE("write uid failed!"); in WriteOhosAccountInfo()
37 ACCOUNT_LOGE("write rawUid failed!"); in WriteOhosAccountInfo()
41 ACCOUNT_LOGE("write status failed!"); in WriteOhosAccountInfo()
45 ACCOUNT_LOGE("write nickname failed!"); in WriteOhosAccountInfo()
49 ACCOUNT_LOGE("write avatarSize failed!"); in WriteOhosAccountInfo()
53 ACCOUNT_LOGE("write avatar failed!"); in WriteOhosAccountInfo()
57 ACCOUNT_LOGE("write scalableData failed!"); in WriteOhosAccountInfo()
67 ACCOUNT_LOGE("read avatarSize failed"); in ReadAvatarData()
71 ACCOUNT_LOGE("avatarSize is invalid"); in ReadAvatarData()
[all …]
Daccount_proxy.cpp29 ACCOUNT_LOGE("remote is nullptr, code = %{public}d", code); in SendRequest()
35ACCOUNT_LOGE("failed to send account request, code = %{public}d, result = %{public}d", code, resul… in SendRequest()
45 ACCOUNT_LOGE("Write descriptor failed!"); in UpdateOhosAccountInfo()
49 ACCOUNT_LOGE("Write accountName failed!"); in UpdateOhosAccountInfo()
53 ACCOUNT_LOGE("Write uid failed!"); in UpdateOhosAccountInfo()
57 ACCOUNT_LOGE("Write eventStr failed!"); in UpdateOhosAccountInfo()
68 ACCOUNT_LOGE("reply ReadInt32 failed"); in UpdateOhosAccountInfo()
73 ACCOUNT_LOGE("UpdateOhosAccountInfo failed: %{public}d", result); in UpdateOhosAccountInfo()
85 ACCOUNT_LOGE("Write descriptor failed!"); in SetOhosAccountInfo()
89 ACCOUNT_LOGE("Write ohosAccountInfo failed!"); in SetOhosAccountInfo()
[all …]
Dohos_account_kits_impl.cpp54 ACCOUNT_LOGE("Get samgr failed"); in GetService()
59 ACCOUNT_LOGE("Get account object from samgr failed"); in GetService()
66 ACCOUNT_LOGE("deathRecipient_ is nullptr."); in GetService()
72 ACCOUNT_LOGE("Failed to add death recipient"); in GetService()
77 ACCOUNT_LOGE("account iface_cast failed"); in GetService()
92 ACCOUNT_LOGE("Get proxy failed"); in UpdateOhosAccountInfo()
103 ACCOUNT_LOGE("Get proxy failed"); in SetOhosAccountInfo()
107 ACCOUNT_LOGE("OhosAccountInfo check failed"); in SetOhosAccountInfo()
118 ACCOUNT_LOGE("Get proxy failed"); in SetOhosAccountInfoByUserId()
122 ACCOUNT_LOGE("OhosAccountInfo check failed"); in SetOhosAccountInfoByUserId()
[all …]
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_proxy.cpp34 ACCOUNT_LOGE("failed to write descriptor!"); in SendRequestWithTwoStr()
39 ACCOUNT_LOGE("failed to write string for str1 %{public}s", str1.c_str()); in SendRequestWithTwoStr()
44 ACCOUNT_LOGE("failed to write string for str2 %{public}s", str2.c_str()); in SendRequestWithTwoStr()
53 ACCOUNT_LOGE("failed to read result for code %{public}d.", code); in SendRequestWithTwoStr()
57 ACCOUNT_LOGE("result failed for code %{public}d, result %{public}d.", code, result); in SendRequestWithTwoStr()
75 ACCOUNT_LOGE("failed to write descriptor!"); in AddAccountImplicitly()
80 ACCOUNT_LOGE("failed to write string for name"); in AddAccountImplicitly()
84 ACCOUNT_LOGE("failed to write string for authType"); in AddAccountImplicitly()
88 ACCOUNT_LOGE("failed to write parcelable for options"); in AddAccountImplicitly()
92 ACCOUNT_LOGE("failed to write remote object for callback"); in AddAccountImplicitly()
[all …]
Dapp_account_authorization_extension_callback_proxy.cpp38 ACCOUNT_LOGE("remote is nullptr, code = %{public}d", code); in SendRequest()
51 ACCOUNT_LOGE("failed to write descriptor"); in OnResult()
55 ACCOUNT_LOGE("failed to write error code"); in OnResult()
59 ACCOUNT_LOGE("failed to write error message"); in OnResult()
63 ACCOUNT_LOGE("failed to write error data"); in OnResult()
67 ACCOUNT_LOGE("failed to write request parameters"); in OnResult()
72 ACCOUNT_LOGE("failed to send request, error code: %{public}d", result); in OnResult()
80 ACCOUNT_LOGE("failed to write descriptor"); in OnRequestRedirected()
84 ACCOUNT_LOGE("failed to write request"); in OnRequestRedirected()
89 ACCOUNT_LOGE("failed to send request, error code: %{public}d", result); in OnRequestRedirected()
/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
Dbundle_manager_adapter_proxy.cpp57 ACCOUNT_LOGE("failed due to data is discarded"); in ParseExtensionInfo()
95 ACCOUNT_LOGE("param invalid."); in ParseStr()
101 ACCOUNT_LOGE("ParseStr failed due to strncpy_s error."); in ParseStr()
122 ACCOUNT_LOGE("array is oversize"); in ParseExtensionAbilityInfos()
127ACCOUNT_LOGE("array %{public}s exist error type info", BUNDLE_INFO_EXTENSION_ABILITY_INFOS.c_str()… in ParseExtensionAbilityInfos()
144 ACCOUNT_LOGE("failed due to data is discarded"); in ParseInfo()
183 ACCOUNT_LOGE("fail to GetBundleInfo due to params empty"); in GetBundleInfo()
189 ACCOUNT_LOGE("fail to GetBundleInfo due to write InterfaceToken fail"); in GetBundleInfo()
193 ACCOUNT_LOGE("fail to GetBundleInfo due to write bundleName fail"); in GetBundleInfo()
197 ACCOUNT_LOGE("fail to GetBundleInfo due to write flag fail"); in GetBundleInfo()
[all …]
Dbundle_user_manager_adapter_proxy.cpp35 ACCOUNT_LOGE("fail to CreateNewUser due to write MessageParcel fail"); in CreateNewUser()
39 ACCOUNT_LOGE("fail to CreateNewUser due to write userId fail"); in CreateNewUser()
45 ACCOUNT_LOGE("Write BundleNameListVector failed"); in CreateNewUser()
50 ACCOUNT_LOGE("Write BundleNameListVector failed"); in CreateNewUser()
56 ACCOUNT_LOGE("fail to CreateNewUser from server"); in CreateNewUser()
62 ACCOUNT_LOGE("host reply errCode : %{public}d", ret); in CreateNewUser()
72 ACCOUNT_LOGE("fail to RemoveUser due to write MessageParcel fail"); in RemoveUser()
76 ACCOUNT_LOGE("fail to RemoveUser due to write userId fail"); in RemoveUser()
82 ACCOUNT_LOGE("fail to RemoveUser from server"); in RemoveUser()
88 ACCOUNT_LOGE("host reply errCode : %{public}d", ret); in RemoveUser()
[all …]
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_stub.cpp374 ACCOUNT_LOGE("check descriptor failed! code %{public}u.", code); in OnRemoteRequest()
389 ACCOUNT_LOGE("is not system application, result = %{public}u.", result); in OnRemoteRequest()
412 ACCOUNT_LOGE("Account write ParcelableVector size failed"); in WriteParcelableVector()
418 ACCOUNT_LOGE("Account write ParcelableVector Parcelable failed"); in WriteParcelableVector()
428 ACCOUNT_LOGE("failed to write result"); in WriteResultWithOsAccountInfo()
432 ACCOUNT_LOGE("failed to write os account info"); in WriteResultWithOsAccountInfo()
442 ACCOUNT_LOGE("failed to read string for name"); in ProcCreateOsAccount()
456 ACCOUNT_LOGE("failed to read string for local name"); in ProcCreateOsAccountWithShortName()
462 ACCOUNT_LOGE("failed to read string for short name"); in ProcCreateOsAccountWithShortName()
468 ACCOUNT_LOGE("failed to read int for account type"); in ProcCreateOsAccountWithShortName()
[all …]
Dos_account_database_operator.cpp40 ACCOUNT_LOGE("accountDataStorage_ is still nullptr."); in InnerInit()
64 ACCOUNT_LOGE("InnerInit failed!"); in GetOsAccountListFromDatabase()
76 ACCOUNT_LOGE("storagePtr is still nullptr, storeID %{public}s.", storeID.c_str()); in GetOsAccountListFromDatabase()
83 ACCOUNT_LOGE("LoadAllData failed! storeID %{public}s.", storeID.c_str()); in GetOsAccountListFromDatabase()
99 ACCOUNT_LOGE("InnerInit failed! target localID %{public}d!", osAccountInfo.GetLocalId()); in InsertOsAccountIntoDataBase()
110 ACCOUNT_LOGE("AddAccountInfo failed, error code %{public}d, target id %{public}d.", in InsertOsAccountIntoDataBase()
120 ACCOUNT_LOGE("InnerInit failed! id %{public}d!", id); in DelOsAccountFromDatabase()
126ACCOUNT_LOGE("delete os account %{public}d from database failed! error code %{public}d.", id, errC… in DelOsAccountFromDatabase()
135 ACCOUNT_LOGE("InnerInit failed! local id %{public}d!", osAccountInfo.GetLocalId()); in UpdateOsAccountInDatabase()
141ACCOUNT_LOGE("update os account info in database for account %{public}d failed! errCode = %{public… in UpdateOsAccountInDatabase()
[all …]
Dos_account_manager_service.cpp64 ACCOUNT_LOGE("id %{public}d is out of range", localId); in CheckInvalidLocalId()
73 ACCOUNT_LOGE("id %{public}d is system reserved", localId); in CheckLocalId()
92 ACCOUNT_LOGE("CreateOsAccount local name length %{public}zu is invalid!", localNameSize); in CreateOsAccount()
105 ACCOUNT_LOGE("account manager service, permission denied!"); in CreateOsAccount()
117 ACCOUNT_LOGE("system is not multi os account enable error"); in CreateOsAccountWithFullInfo()
123 ACCOUNT_LOGE("account manager service, permission denied!"); in CreateOsAccountWithFullInfo()
130 ACCOUNT_LOGE("query allowed create admin error"); in CreateOsAccountWithFullInfo()
134 ACCOUNT_LOGE("cannot create admin account error"); in CreateOsAccountWithFullInfo()
144 ACCOUNT_LOGE("account manager service, permission denied!"); in UpdateOsAccountWithFullInfo()
151 ACCOUNT_LOGE("query allowed update admin error"); in UpdateOsAccountWithFullInfo()
[all …]
/base/account/os_account/frameworks/account_iam/src/
Daccount_iam_mgr_proxy.cpp34 ACCOUNT_LOGE("remote is nullptr, code = %{public}d", code); in SendRequest()
40ACCOUNT_LOGE("failed to send account iam request, code = %{public}d, result = %{public}d", code, r… in SendRequest()
48 ACCOUNT_LOGE("failed to write descriptor!"); in WriteCommonData()
52 ACCOUNT_LOGE("failed to write userId!"); in WriteCommonData()
71 ACCOUNT_LOGE("failed to read result"); in OpenSession()
75 ACCOUNT_LOGE("failed to open session, result: %{public}d", result); in OpenSession()
79 ACCOUNT_LOGE("failed to read challenge!"); in OpenSession()
97 ACCOUNT_LOGE("failed to read result"); in CloseSession()
107 ACCOUNT_LOGE("callback is nullptr"); in AddOrUpdateCredential()
117 ACCOUNT_LOGE("failed to write authType"); in AddOrUpdateCredential()
[all …]
Daccount_iam_callback_stub.cpp34 ACCOUNT_LOGE("check IDMCallbackStub descriptor failed! code %{public}u.", code); in OnRemoteRequest()
55 ACCOUNT_LOGE("failed to read module"); in ProcOnAcquireInfo()
59 ACCOUNT_LOGE("failed to read acquireInfo"); in ProcOnAcquireInfo()
63 ACCOUNT_LOGE("failed to read buffer"); in ProcOnAcquireInfo()
75 ACCOUNT_LOGE("failed to read result for IDMCallback OnResult"); in ProcOnResult()
80 ACCOUNT_LOGE("failed to read result for IDMCallback OnResult"); in ProcOnResult()
94 ACCOUNT_LOGE("check GetCredInfoCallbackStub descriptor failed! code %{public}u.", code); in OnRemoteRequest()
112 ACCOUNT_LOGE("read size fail"); in ProcOnCredentialInfo()
116 ACCOUNT_LOGE("credential info list is oversize, the limit is %{public}d", MAX_VEC_SIZE); in ProcOnCredentialInfo()
124 ACCOUNT_LOGE("failed to read credentialId"); in ProcOnCredentialInfo()
[all …]
/base/account/os_account/services/accountmgr/src/domain_account/
Ddomain_account_stub.cpp101 ACCOUNT_LOGE("check permission failed"); in OnRemoteRequest()
105 ACCOUNT_LOGE("check descriptor failed! code %{public}u.", code); in OnRemoteRequest()
120 ACCOUNT_LOGE("failed to read domain account info"); in ProcHasDomainAccount()
125 ACCOUNT_LOGE("failed to read domain callback"); in ProcHasDomainAccount()
130 ACCOUNT_LOGE("failed to write reply, result %{public}d.", result); in ProcHasDomainAccount()
140 ACCOUNT_LOGE("failed to read domain account info"); in ProcUpdateAccountToken()
145 ACCOUNT_LOGE("fail to read token"); in ProcUpdateAccountToken()
150 ACCOUNT_LOGE("failed to write reply, result %{public}d.", result); in ProcUpdateAccountToken()
161 ACCOUNT_LOGE("failed to write result"); in ProcRegisterPlugin()
171 ACCOUNT_LOGE("fail to write result"); in ProcUnregisterPlugin()
[all …]
Ddomain_account_plugin_proxy.cpp41 ACCOUNT_LOGE("failed to send request, result: %{public}d", result); in SendRequest()
45 ACCOUNT_LOGE("failed to read result"); in SendRequest()
54 ACCOUNT_LOGE("fail to write descriptor"); in WriteCommonData()
58 ACCOUNT_LOGE("fail to write name"); in WriteCommonData()
73 ACCOUNT_LOGE("failed to write authData"); in AuthCommonInterface()
77 ACCOUNT_LOGE("failed to write callback"); in AuthCommonInterface()
81 ACCOUNT_LOGE("failed to write authMode"); in AuthCommonInterface()
93 ACCOUNT_LOGE("fail to write descriptor"); in IsAccountTokenValid()
97 ACCOUNT_LOGE("failed to write domain account info"); in IsAccountTokenValid()
101 ACCOUNT_LOGE("failed to write token"); in IsAccountTokenValid()
[all …]
/base/account/os_account/services/accountmgr/src/
Daccount_stub.cpp86 ACCOUNT_LOGE("empty account name!"); in InnerUpdateOhosAccountInfo()
91 ACCOUNT_LOGE("empty uid!"); in InnerUpdateOhosAccountInfo()
99 ACCOUNT_LOGE("Update ohos account info failed"); in InnerUpdateOhosAccountInfo()
103 ACCOUNT_LOGE("Write result data failed"); in InnerUpdateOhosAccountInfo()
117 ACCOUNT_LOGE("Check OhosAccountInfo failed"); in InnerSetOhosAccountInfo()
128 ACCOUNT_LOGE("Set ohos account info failed"); in InnerSetOhosAccountInfo()
132 ACCOUNT_LOGE("Write result data failed"); in InnerSetOhosAccountInfo()
141 ACCOUNT_LOGE("Check permission failed"); in CmdUpdateOhosAccountInfo()
151 ACCOUNT_LOGE("Check permission failed"); in CmdSetOhosAccountInfo()
161 ACCOUNT_LOGE("userId %{public}d is system reserved", userId); in CheckUserIdValid()
[all …]
/base/account/os_account/services/accountmgr/src/account_iam/
Daccount_iam_mgr_stub.cpp151 ACCOUNT_LOGE("check descriptor failed! code %{public}u.", code); in OnRemoteRequest()
159 ACCOUNT_LOGE("is not system application, result = %{public}u.", result); in OnRemoteRequest()
176 ACCOUNT_LOGE("failed to read userId"); in ProcOpenSession()
182 ACCOUNT_LOGE("failed to write result"); in ProcOpenSession()
187 ACCOUNT_LOGE("failed to write challenge"); in ProcOpenSession()
201 ACCOUNT_LOGE("failed to read userId"); in ProcCloseSession()
206 ACCOUNT_LOGE("failed to write result"); in ProcCloseSession()
215 ACCOUNT_LOGE("failed to read userId"); in ReadUserIdAndAuthType()
219 ACCOUNT_LOGE("failed to read authType"); in ReadUserIdAndAuthType()
238 ACCOUNT_LOGE("failed to read authSubType"); in AddOrUpdateCredential()
[all …]
Daccount_iam_client_callback_proxy.cpp27 ACCOUNT_LOGE("remote is nullptr, code = %{public}d", code); in SendRequestFunc()
33 ACCOUNT_LOGE("failed to SendRequest, code = %{public}d, result = %{public}d", code, result); in SendRequestFunc()
45 ACCOUNT_LOGE("write descriptor fail"); in OnResultFunc()
49 ACCOUNT_LOGE("write result fail"); in OnResultFunc()
54 ACCOUNT_LOGE("write buffer fail"); in OnResultFunc()
68 ACCOUNT_LOGE("write descriptor fail"); in OnAcquireInfo()
72 ACCOUNT_LOGE("write module fail"); in OnAcquireInfo()
76 ACCOUNT_LOGE("write acquireInfo fail"); in OnAcquireInfo()
81 ACCOUNT_LOGE("write buffer fail"); in OnAcquireInfo()
103 ACCOUNT_LOGE("write descriptor fail"); in OnCredentialInfo()
[all …]

12345