Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfastdeploy.h32 void fastdeploy_set_agent_update_strategy(FastDeploy_AgentUpdateStrategy agent_update_strategy);
Dadb_install.cpp458 FastDeploy_AgentUpdateStrategy* agent_update_strategy) { in parse_fast_deploy_mode() argument
460 *agent_update_strategy = FastDeploy_AgentUpdateDifferentVersion; in parse_fast_deploy_mode()
469 *agent_update_strategy = FastDeploy_AgentUpdateAlways; in parse_fast_deploy_mode()
471 *agent_update_strategy = FastDeploy_AgentUpdateNewerTimeStamp; in parse_fast_deploy_mode()
473 *agent_update_strategy = FastDeploy_AgentUpdateDifferentVersion; in parse_fast_deploy_mode()
487 FastDeploy_AgentUpdateStrategy agent_update_strategy = FastDeploy_AgentUpdateDifferentVersion; in install_app() local
492 parse_fast_deploy_mode(std::move(unused_argv), &use_fastdeploy, &agent_update_strategy); in install_app()
509 fastdeploy_set_agent_update_strategy(agent_update_strategy); in install_app()
Dfastdeploy.cpp102 void fastdeploy_set_agent_update_strategy(FastDeploy_AgentUpdateStrategy agent_update_strategy) { in fastdeploy_set_agent_update_strategy() argument
103 g_agent_update_strategy = agent_update_strategy; in fastdeploy_set_agent_update_strategy()