Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/
H A Dnapi_request_global_switch_on_setting.cpp33 const std::string RESULT_ERROR_KEY = "ohos.user.setting.error_code"; variable
239 this->reqContext_->errorCode = result.GetIntParam(RESULT_ERROR_KEY, 0); in OnResult()
H A Dnapi_request_permission_on_setting.cpp33 const std::string RESULT_ERROR_KEY = "ohos.user.setting.error_code"; variable
263 this->reqContext_->errorCode = result.GetIntParam(RESULT_ERROR_KEY, 0); in OnResult()