/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_interface.cpp | 74 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 D | os_account_user_callback.cpp | 78 ReportOsAccountOperationFail( in OnStopUserDone() 94 ReportOsAccountOperationFail( in OnStartUserDone()
|
H A D | inner_os_account_manager.cpp | 224 ReportOsAccountOperationFail(defaultActivatedId_, Constants::OPERATION_ACTIVATE, errCode, in RetryToGetAccount() 227 … ReportOsAccountOperationFail(osAccountInfo.GetLocalId(), Constants::OPERATION_ACTIVATE, errCode, in RetryToGetAccount() 449 …ReportOsAccountOperationFail(localId, Constants::OPERATION_CREATE, errCode, "Failed to update OS a… in RetryToGetAccount() 515 … ReportOsAccountOperationFail(Constants::START_USER_ID, Constants::OPERATION_CREATE, code, in RetryToGetAccount() 630 …ReportOsAccountOperationFail(localId, Constants::OPERATION_UPDATE, errCode, "UpdateOsAccount faile… in RetryToGetAccount() 787 ReportOsAccountOperationFail(id, "stop", errCode, "stop os account failed"); in RetryToGetAccount() 863 …ReportOsAccountOperationFail(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 D | account_iam_callback.cpp | 79 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() 213 … ReportOsAccountOperationFail(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 D | inner_account_iam_manager.cpp | 104 …ReportOsAccountOperationFail(userId, "addCredential", code, "Failed to write add_secret_flag file"… in AddCredential() 442 ReportOsAccountOperationFail(userId, "addCredential", code, in HandleFileKeyException() 449 …ReportOsAccountOperationFail(userId, "addCredential", -1, "Get secure uid timeout when restoring k… in HandleFileKeyException() 455 ReportOsAccountOperationFail(userId, "addCredential", code, "Failed to restore user auth"); in HandleFileKeyException() 461 … ReportOsAccountOperationFail(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 D | bundle_manager_adapter.cpp | 133 … ReportOsAccountOperationFail(userId, "create", result, "Failed to connect BundleManager service"); in CreateNewUser() 140 ReportOsAccountOperationFail(userId, "create", in CreateNewUser() 149 … ReportOsAccountOperationFail(userId, "create", result, "BundleManager failed to create new user"); in CreateNewUser() 160 … ReportOsAccountOperationFail(userId, "remove", result, "Failed to connect BundleManager service"); in RemoveUser() 167 ReportOsAccountOperationFail(userId, "remove", in RemoveUser() 176 … ReportOsAccountOperationFail(userId, "remove", result, "BundleManager failed to remove user"); in RemoveUser()
|
/ohos5.0/base/account/os_account/dfx/hisysevent_adapter/ |
H A D | account_hisysevent_adapter.h | 25 void ReportOsAccountOperationFail(
|
H A D | account_hisysevent_adapter.cpp | 63 void ReportOsAccountOperationFail( in ReportOsAccountOperationFail() function
|
/ohos5.0/base/account/os_account/services/accountmgr/src/ |
H A D | account_mgr_service.cpp | 60 … ReportOsAccountOperationFail(0, OPERATION_FORCE_CREATE_DIRECTORY, errno, DEVICE_OWNER_DIR); in CreateDeviceDir() 63 … ReportOsAccountOperationFail(0, OPERATION_CHANGE_MODE_DIRECTORY, errno, DEVICE_OWNER_DIR); in CreateDeviceDir()
|