Home
last modified time | relevance | path

Searched refs:PERSIST_TETHERING_CONTROL (Results 1 - 1 of 1) sorted by relevance

/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Ddisallowed_tethering_plugin.cpp27 const std::string PERSIST_TETHERING_CONTROL = "persist.edm.tethering_disallowed"; member
42 return system::SetParameter(PERSIST_TETHERING_CONTROL, value) ? ERR_OK : EdmReturnErrCode::SYSTEM_ABNORMALLY; in OnSetPolicy()
48 bool ret = system::GetBoolParameter(PERSIST_TETHERING_CONTROL, true); in OnGetPolicy()

Completed in 1 milliseconds