Home
last modified time | relevance | path

Searched refs:ReportOsAccountOperationFail (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp74 ReportOsAccountOperationFail(localId, Constants::OPERATION_START, in SendToAMSAccountStart()
85 ReportOsAccountOperationFail(localId, Constants::OPERATION_ACTIVATE, code, in SendToAMSAccountStart()
107 ReportOsAccountOperationFail(localId, Constants::OPERATION_STOP, in SendToAMSAccountStop()
118 ReportOsAccountOperationFail(localId, Constants::OPERATION_STOP, code, in SendToAMSAccountStop()
192 ReportOsAccountOperationFail(osAccountInfo.GetLocalId(), Constants::OPERATION_REMOVE, in SendToIDMAccountDelete()
358 ReportOsAccountOperationFail(localId, Constants::OPERATION_CREATE, in InnerSendToStorageAccountCreate()
366 ReportOsAccountOperationFail(localId, Constants::OPERATION_CREATE, in InnerSendToStorageAccountCreate()
509 ReportOsAccountOperationFail(osAccountInfo.GetLocalId(), Constants::OPERATION_STOP, in SendToStorageAccountStop()
517 ReportOsAccountOperationFail(osAccountInfo.GetLocalId(), Constants::OPERATION_STOP, in SendToStorageAccountStop()
531 ReportOsAccountOperationFail(osAccountInfo.GetLocalId(), Constants::OPERATION_STOP, in SendToStorageAccountStop()
[all …]
H A Dos_account_user_callback.cpp78 ReportOsAccountOperationFail( in OnStopUserDone()
94 ReportOsAccountOperationFail( in OnStartUserDone()
H A Dinner_os_account_manager.cpp224 ReportOsAccountOperationFail(defaultActivatedId_, Constants::OPERATION_ACTIVATE, errCode, in RetryToGetAccount()
227ReportOsAccountOperationFail(osAccountInfo.GetLocalId(), Constants::OPERATION_ACTIVATE, errCode, in RetryToGetAccount()
449ReportOsAccountOperationFail(localId, Constants::OPERATION_CREATE, errCode, "Failed to update OS a… in RetryToGetAccount()
515ReportOsAccountOperationFail(Constants::START_USER_ID, Constants::OPERATION_CREATE, code, in RetryToGetAccount()
630ReportOsAccountOperationFail(localId, Constants::OPERATION_UPDATE, errCode, "UpdateOsAccount faile… in RetryToGetAccount()
787 ReportOsAccountOperationFail(id, "stop", errCode, "stop os account failed"); in RetryToGetAccount()
863ReportOsAccountOperationFail(id, Constants::OPERATION_REMOVE, errCode, "Failed to update ToBeRemov… in RetryToGetAccount()
1730 ReportOsAccountOperationFail(id, "deactivate", errCode, "deactivate os account failed"); in RetryToGetAccount()
2278 ReportOsAccountOperationFail(userId, Constants::OPERATION_UPDATE, result, in RetryToGetAccount()
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp79 ReportOsAccountOperationFail(accountId, "auth", ret, "Failed to activate user key"); in UnlockAccount()
89 ReportOsAccountOperationFail(accountId, "auth", ret, "Failed to get lock status"); in UnlockAccount()
96 ReportOsAccountOperationFail(accountId, "auth", ret, "Failed to unlock user"); in UnlockAccount()
143 ReportOsAccountOperationFail(authedAccountId, "auth", result, "Failed to auth"); in OnResult()
213ReportOsAccountOperationFail(userId, "addCredential", errCode, "Failed to update user auth"); in AddUserKey()
258 ReportOsAccountOperationFail(userId_, "addCredential", result, in OnResult()
306 ReportOsAccountOperationFail(userId_, "updateCredential", result, in OnResult()
406 ReportOsAccountOperationFail(userId_, "deleteCredential", result, "Failed to delete user"); in OnResult()
436 ReportOsAccountOperationFail(userId_, "deleteCredential", deleteUserCallback->resultCode_, in OnResult()
577 ReportOsAccountOperationFail(userId_, "getProperty", result, "Failed to get property"); in OnResult()
[all …]
H A Dinner_account_iam_manager.cpp104ReportOsAccountOperationFail(userId, "addCredential", code, "Failed to write add_secret_flag file"… in AddCredential()
442 ReportOsAccountOperationFail(userId, "addCredential", code, in HandleFileKeyException()
449ReportOsAccountOperationFail(userId, "addCredential", -1, "Get secure uid timeout when restoring k… in HandleFileKeyException()
455 ReportOsAccountOperationFail(userId, "addCredential", code, "Failed to restore user auth"); in HandleFileKeyException()
461ReportOsAccountOperationFail(userId, "addCredential", code, "Failed to restore key context"); in HandleFileKeyException()
467 ReportOsAccountOperationFail(userId, "addCredential", code, in HandleFileKeyException()
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_manager_adapter.cpp133ReportOsAccountOperationFail(userId, "create", result, "Failed to connect BundleManager service"); in CreateNewUser()
140 ReportOsAccountOperationFail(userId, "create", in CreateNewUser()
149ReportOsAccountOperationFail(userId, "create", result, "BundleManager failed to create new user"); in CreateNewUser()
160ReportOsAccountOperationFail(userId, "remove", result, "Failed to connect BundleManager service"); in RemoveUser()
167 ReportOsAccountOperationFail(userId, "remove", in RemoveUser()
176ReportOsAccountOperationFail(userId, "remove", result, "BundleManager failed to remove user"); in RemoveUser()
/ohos5.0/base/account/os_account/dfx/hisysevent_adapter/
H A Daccount_hisysevent_adapter.h25 void ReportOsAccountOperationFail(
H A Daccount_hisysevent_adapter.cpp63 void ReportOsAccountOperationFail( in ReportOsAccountOperationFail() function
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_mgr_service.cpp60ReportOsAccountOperationFail(0, OPERATION_FORCE_CREATE_DIRECTORY, errno, DEVICE_OWNER_DIR); in CreateDeviceDir()
63ReportOsAccountOperationFail(0, OPERATION_CHANGE_MODE_DIRECTORY, errno, DEVICE_OWNER_DIR); in CreateDeviceDir()