Home
last modified time | relevance | path

Searched refs:OPERATION_STOP (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp107 ReportOsAccountOperationFail(localId, Constants::OPERATION_STOP, in SendToAMSAccountStop()
118 ReportOsAccountOperationFail(localId, Constants::OPERATION_STOP, code, in SendToAMSAccountStop()
141 ReportOsAccountOperationFail(osAccountInfo.GetLocalId(), Constants::OPERATION_STOP, code, in SendToAMSAccountDeactivate()
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()
536 ReportOsAccountOperationFail(osAccountInfo.GetLocalId(), Constants::OPERATION_STOP, in SendToStorageAccountStop()
H A Dos_account_user_callback.cpp79 … userId, Constants::OPERATION_STOP, errcode, "AbilityManager failed to stop user in callback"); in OnStopUserDone()
H A Dinner_os_account_manager.cpp1723 …ntInfo, OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_USER_STOPPING, Constants::OPERATION_STOP); in RetryToGetAccount()
1735 Constants::OPERATION_STOP); in RetryToGetAccount()
1737 ReportOsAccountLifeCycle(id, Constants::OPERATION_STOP); in RetryToGetAccount()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_constants.h54 const char OPERATION_STOP[] = "stop"; variable