Home
last modified time | relevance | path

Searched refs:OPERATION_CREATE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp242 …ReportOsAccountOperationFail(osAccountID, Constants::OPERATION_CREATE, -1, "PublishCommonEvent fai… in SendToCESAccountCreate()
343 …ReportOsAccountOperationFail(userId, Constants::OPERATION_CREATE, err, "StorageManager failed to a… in PrepareAddUser()
358 ReportOsAccountOperationFail(localId, Constants::OPERATION_CREATE, in InnerSendToStorageAccountCreate()
366 ReportOsAccountOperationFail(localId, Constants::OPERATION_CREATE, in InnerSendToStorageAccountCreate()
573 ReportOsAccountOperationFail(localId, Constants::OPERATION_CREATE, errCode, in InnerSendToStorageAccountCreateComplete()
H A Dinner_os_account_manager.cpp123 ReportOsAccountLifeCycle(osAccountInfo.GetLocalId(), Constants::OPERATION_CREATE); in CreateBaseAdminAccount()
449 …ReportOsAccountOperationFail(localId, Constants::OPERATION_CREATE, errCode, "Failed to update OS a… in RetryToGetAccount()
457 ReportOsAccountLifeCycle(localId, Constants::OPERATION_CREATE); in RetryToGetAccount()
515 … ReportOsAccountOperationFail(Constants::START_USER_ID, Constants::OPERATION_CREATE, code, in RetryToGetAccount()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_constants.h51 const char OPERATION_CREATE[] = "create"; variable