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 54 MOCK_CONST_METHOD0(IsUpdateUrlOfficial, bool(void));
omaha_response_handler_action_unittest.cc 278 IsUpdateUrlOfficial())
298 IsUpdateUrlOfficial())
320 IsUpdateUrlOfficial())
341 IsUpdateUrlOfficial())
362 IsUpdateUrlOfficial())
448 // IsUpdateUrlOfficial(), but setting the update URL to the AutoUpdate test
449 // server will cause IsUpdateUrlOfficial() to return true.
omaha_response_handler_action.cc 190 if (!system_state_->request_params()->IsUpdateUrlOfficial() ||
omaha_request_params.cc 124 bool OmahaRequestParams::IsUpdateUrlOfficial() const {
omaha_request_params.h 242 virtual bool IsUpdateUrlOfficial() const;

Completed in 65 milliseconds