Home
last modified time | relevance | path

Searched refs:update_result (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/
Dwlan_policy_controller.py571 update_result = update_response.get('result', {})
572 if update_result.get('state'):
573 preserved_networks_and_state[CLIENT_STATE] = update_result['state']
/tools/asuite/atest/integration_tests/
Dsplit_build_test_script.py562 update_result = lambda decorator: result.update( function
569 update_result(cls.setup_parallel)
571 update_result(cls.setup_parallel_in_build_env)
573 update_result(cls.setup_parallel_in_test_env)
/tools/asuite/adevice/src/
Dadevice.rs263 let update_result = device::update( in adevice() localVariable
271 if update_result.is_ok() { in adevice()
274 if let Err(problem) = update_result { in adevice()