Home
last modified time | relevance | path

Searched refs:rtn (Results 1 - 6 of 6) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_datashare_helper.cpp92 int32_t rtn = resultSet->GetString(INDEX, resultStr); in GetStringValue() local
93 if (rtn != DataShare::E_OK) { in GetStringValue()
145 RetError rtn = RET_OK; in PutStringValue() local
149 rtn = RET_ERR_NULLPTR; in PutStringValue()
171 return rtn; in PutStringValue()
H A Daccessibility_account_data.cpp459 RetError rtn = RET_OK; in SetScreenReaderExtInAllAccounts() local
469 rtn = config->AddEnabledAccessibilityService(SCREEN_READER_BUNDLE_ABILITY_NAME); in SetScreenReaderExtInAllAccounts()
471 rtn = config->RemoveEnabledAccessibilityService(SCREEN_READER_BUNDLE_ABILITY_NAME); in SetScreenReaderExtInAllAccounts()
473 HILOG_INFO("set screenReader state = %{public}d, rtn = %{public}d, accountId = %{public}d", state, rtn, in SetScreenReaderExtInAllAccounts()
480 RetError rtn = RET_OK; in SetAbilityAutoStartState() local
491 rtn = config_->AddEnabledAccessibilityService(name); in SetAbilityAutoStartState()
493 rtn = config_->RemoveEnabledAccessibilityService(name); in SetAbilityAutoStartState()
495 if (rtn != RET_OK) { in SetAbilityAutoStartState()
496 HILOG_WARN("handle service %{public}s state = %{public}d failed, rtn in SetAbilityAutoStartState()
691 ErrCode rtn = AccountSA::OsAccountManager::GetOsAccountType(id_, accountType_); Init() local
[all...]
H A Daccessibility_settings_config.cpp293 RetError rtn = RET_OK; in SetShortkeyMultiTargetInPkgRemove() local
300 rtn = datashare_->PutStringValue(SHORTCUT_SERVICE, stringOut); in SetShortkeyMultiTargetInPkgRemove()
304 if (rtn != RET_OK) { in SetShortkeyMultiTargetInPkgRemove()
308 return rtn; in SetShortkeyMultiTargetInPkgRemove()
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H A Dasac_account_data_benchmark.cpp459 RetError rtn = RET_OK; in SetScreenReaderExtInAllAccounts() local
469 rtn = config->AddEnabledA11yBenchmarkService(SCREEN_READER_BUNDLE_ABILITY_NAME); in SetScreenReaderExtInAllAccounts()
471 rtn = config->RemoveEnabledA11yBenchmarkService(SCREEN_READER_BUNDLE_ABILITY_NAME); in SetScreenReaderExtInAllAccounts()
473 HILOG_INFO("set screenReader state = %{public}d, rtn = %{public}d, accountId = %{public}d", state, rtn, in SetScreenReaderExtInAllAccounts()
480 RetError rtn = RET_OK; in SetAbilityAutoStartState() local
491 rtn = config_->AddEnabledA11yBenchmarkService(name); in SetAbilityAutoStartState()
493 rtn = config_->RemoveEnabledA11yBenchmarkService(name); in SetAbilityAutoStartState()
495 if (rtn != RET_OK) { in SetAbilityAutoStartState()
496 HILOG_WARN("handle service %{public}s state = %{public}d failed, rtn in SetAbilityAutoStartState()
691 ErrCode rtn = AccountSA::OsAccountManager::GetOsAccountType(id_, accountType_); Init() local
[all...]
/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()
/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()

Completed in 8 milliseconds