Home
last modified time | relevance | path

Searched refs:MODEL_STAGE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ecological_rule/
H A Dability_ecological_rule_mgr_service_param.h52 MODEL_STAGE = 0, enumerator
70 int32_t callerModelType = MODEL_STAGE;
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Dace_car_test.cpp36 constexpr char MODEL_STAGE[] = "stage"; variable
96 } else if (!std::strcmp(argv[1], MODEL_STAGE)) { in main()
H A Dace_card_test.cpp35 constexpr char MODEL_STAGE[] = "stage"; variable
98 if (argc == MAX_ARGS_COUNT && !std::strcmp(argv[1], MODEL_STAGE)) { in main()
H A Dace_phone_test.cpp35 constexpr char MODEL_STAGE[] = "stage"; variable
97 } else if (!std::strcmp(argv[1], MODEL_STAGE)) { in main()
H A Dace_tablet_test.cpp36 constexpr char MODEL_STAGE[] = "stage"; variable
97 } else if (!std::strcmp(argv[1], MODEL_STAGE)) { in main()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H A Dbms_ecological_rule_mgr_service_param.h49 MODEL_STAGE = 0, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp1281 callerInfo.callerModelType = BmsCallerInfo::MODEL_STAGE; in GetEcologicalCallerInfo()