Searched refs:response_code_ (Results 1 – 3 of 3) sorted by relevance
34 : response_code_(response_code), error_msg_(error_msg) {} in KeystoreResponse()36 : response_code_(response_code), error_msg_() {} in KeystoreResponse()39 : response_code_(rc.getErrorCode()), error_msg_() {} in KeystoreResponse()46 int response_code() const { return response_code_; } in response_code()50 int response_code_;
38 response_code_ = ResponseCode(in->readInt32()); in readFromParcel()39 if (response_code_ == ResponseCode::OK) { in readFromParcel()52 } else if (response_code_ == ResponseCode::RETRY) { in readFromParcel()62 out->writeInt32(int32_t(response_code_)); in writeToParcel()63 if (response_code_ == ResponseCode::OK) { in writeToParcel()75 } else if (response_code_ == ResponseCode::RETRY) { in writeToParcel()
36 : response_code_(response_code), in response_code_() function62 ResponseCode response_code() const { return response_code_; } in response_code()64 void response_code(ResponseCode response_code) { response_code_ = response_code; } in response_code()75 ResponseCode response_code_;