Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_datashare_helper.cpp85 int32_t rtn = resultSet->GetString(INDEX, resultStr); in GetStringValue() local
86 if (rtn != DataShare::E_OK) { in GetStringValue()
137 RetError rtn = RET_OK; in PutStringValue() local
140 rtn = RET_ERR_NULLPTR; in PutStringValue()
161 return rtn; in PutStringValue()
H A Daccessibility_account_data.cpp456 RetError rtn = RET_OK; in SetScreenReaderExtInAllAccounts() local
470 rtn = config->AddEnabledAccessibilityService(SCREEN_READER_BUNDLE_ABILITY_NAME); in SetScreenReaderExtInAllAccounts()
472 rtn = config->RemoveEnabledAccessibilityService(SCREEN_READER_BUNDLE_ABILITY_NAME); in SetScreenReaderExtInAllAccounts()
474 …G_INFO("set screenReader state = %{public}d, rtn = %{public}d, accountId = %{public}d", state, rtn, in SetScreenReaderExtInAllAccounts()
481 RetError rtn = RET_OK; in SetAbilityAutoStartState() local
492 rtn = config_->AddEnabledAccessibilityService(name); in SetAbilityAutoStartState()
494 rtn = config_->RemoveEnabledAccessibilityService(name); in SetAbilityAutoStartState()
496 if (rtn != RET_OK) { in SetAbilityAutoStartState()
497 …"handle service %{public}s state = %{public}d failed, rtn = %{public}d", name.c_str(), state, rtn); in SetAbilityAutoStartState()
688 ErrCode rtn = AccountSA::OsAccountManager::GetOsAccountType(id_, accountType_); in Init() local
[all …]
H A Daccessibility_settings_config.cpp295 RetError rtn = RET_OK; in SetShortkeyMultiTargetInPkgRemove() local
302 rtn = datashare_->PutStringValue(SHORTCUT_SERVICE, stringOut); in SetShortkeyMultiTargetInPkgRemove()
306 if (rtn != RET_OK) { in SetShortkeyMultiTargetInPkgRemove()
310 return rtn; in SetShortkeyMultiTargetInPkgRemove()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_network.cpp323 int rtn = errno; in WriteData() local
325 return rtn; in WriteData()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_uhid.cpp247 int rtn = errno; in WriteUhid() local
249 return rtn; in WriteUhid()