HomeSort by relevance Sort by last modified time
    Searched refs:IsUpdateUrlOfficial (Results 1 - 5 of 5) sorted by null

  /system/update_engine/
mock_omaha_request_params.h 59 MOCK_CONST_METHOD0(IsUpdateUrlOfficial, bool(void));
omaha_response_handler_action_unittest.cc 230 IsUpdateUrlOfficial())
249 IsUpdateUrlOfficial())
270 IsUpdateUrlOfficial())
290 IsUpdateUrlOfficial())
310 IsUpdateUrlOfficial())
415 // IsUpdateUrlOfficial(), but setting the update URL to the AutoUpdate test
416 // server will cause IsUpdateUrlOfficial() to return true.
omaha_request_params.cc 121 bool OmahaRequestParams::IsUpdateUrlOfficial() const {
omaha_response_handler_action.cc 164 if (!system_state_->request_params()->IsUpdateUrlOfficial() ||
omaha_request_params.h 226 virtual bool IsUpdateUrlOfficial() const;

Completed in 43 milliseconds