Home
last modified time | relevance | path

Searched refs:APP_TABLET (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dcommon_profile.h93 constexpr const char *APP_TABLET = "tablet"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dcommon_profile.h341 constexpr const char* APP_TABLET = "tablet"; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp1021 if (jsonObject.find(APP_TABLET) != jsonObjectEnd) { in from_json()
1025 APP_TABLET, in from_json()
1031 app.deviceConfigs[APP_TABLET] = deviceConfig; in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1170 if (jsonObject.find(APP_TABLET) != jsonObjectEnd) { in from_json()
1174 APP_TABLET, in from_json()
1180 app.deviceConfigs[APP_TABLET] = deviceConfig; in from_json()