Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfastdeploy.h26 enum FastDeploy_AgentUpdateStrategy { enum
32 void fastdeploy_set_agent_update_strategy(FastDeploy_AgentUpdateStrategy agent_update_strategy);
Dfastdeploy.cpp49 static FastDeploy_AgentUpdateStrategy g_agent_update_strategy =
102 void fastdeploy_set_agent_update_strategy(FastDeploy_AgentUpdateStrategy agent_update_strategy) { in fastdeploy_set_agent_update_strategy()
Dadb_install.cpp458 FastDeploy_AgentUpdateStrategy* agent_update_strategy) { in parse_fast_deploy_mode()
487 FastDeploy_AgentUpdateStrategy agent_update_strategy = FastDeploy_AgentUpdateDifferentVersion; in install_app()