Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp232 int osAccountID = osAccountInfo.GetLocalId(); in SendToCESAccountCreate() local
238 data.SetCode(osAccountID); in SendToCESAccountCreate()
241 ACCOUNT_LOGE("PublishCommonEvent for create account %{public}d failed!", osAccountID); in SendToCESAccountCreate()
254 int osAccountID = osAccountInfo.GetLocalId(); in SendToCESAccountDelete() local
260 data.SetCode(osAccountID); in SendToCESAccountDelete()
263 ACCOUNT_LOGE("PublishCommonEvent for delete account %{public}d failed!", osAccountID); in SendToCESAccountDelete()
277 int osAccountID = osAccountInfo.GetLocalId(); in PublishCommonEvent() local
283 data.SetCode(osAccountID); in PublishCommonEvent()
286 ACCOUNT_LOGE("PublishCommonEvent %{public}d failed!", osAccountID); in PublishCommonEvent()
289 ACCOUNT_LOGI("PublishCommonEvent %{public}d succeed!", osAccountID); in PublishCommonEvent()
[all …]