Searched defs:supportAppTypes (Results 1 – 3 of 3) sorted by relevance
247 std::string supportAppTypes = ""; variable264 std::string supportAppTypes = ""; variable281 std::string supportAppTypes = DEVICE_TYPE_OF_PHONE; variable298 std::string supportAppTypes = DEVICE_TYPE_OF_PHONE; variable315 std::string supportAppTypes = DEVICE_TYPE_OF_DEFAULT; variable332 std::string supportAppTypes = DEVICE_TYPE_OF_PHONE; variable349 std::string supportAppTypes = DEVICE_TYPE_OF_DEFAULT; variable366 std::string supportAppTypes = DEVICE_TYPE_OF_DEFAULT; variable
78 const std::set<std::string> supportAppTypes = {BROWSER, IMAGE, AUDIO, VIDEO, PDF, WORD, EXCEL, PPT,… variable
1391 std::string supportAppTypes = OHOS::system::GetParameter(SUPPORT_APP_TYPES, ""); in CheckDeviceType() local