Home
last modified time | relevance | path

Searched refs:ControlType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Ddisposed_rule.h39 enum class ControlType { enum
49 ControlType controlType = ControlType::ALLOWED_LIST;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Ddisposed_rule.cpp42 controlType = static_cast<ControlType>(parcel.ReadInt32()); in ReadFromParcel()
191 GetValueIfFindKey<ControlType>(jsonObject, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/
H A Djs_app_control.cpp579 if (controlType > static_cast<int32_t>(ControlType::DISALLOWED_LIST) || in ParseDiposedRule()
580 controlType < static_cast<int32_t>(ControlType::ALLOWED_LIST)) { in ParseDiposedRule()
584 rule.controlType = static_cast<ControlType>(controlType); in ParseDiposedRule()
789 … NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(ControlType::ALLOWED_LIST), in CreateControlType()
794 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(ControlType::DISALLOWED_LIS… in CreateControlType()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_app_control_manager.cpp102 disposedRule.controlType = AppExecFwk::ControlType::DISALLOWED_LIST; in GetAbilityRunningControlRule()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-appControl-sys.md746 controlType: appControl.ControlType.ALLOWED_LIST,
817 controlType: appControl.ControlType.ALLOWED_LIST,
845 | controlType | [ControlType](#controltype11) | 是 | 是 | 拦截指定应用程序的不同策略。 |
876 ### ControlType<sup>11+</sup>
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_interceptor_test/
H A Dability_interceptor_test.cpp408 disposedRule.controlType = AppExecFwk::ControlType::ALLOWED_LIST;
427 disposedRule.controlType = AppExecFwk::ControlType::DISALLOWED_LIST;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Ddisposed_rule_interceptor.cpp141 bool isAllowed = disposedRule.controlType == AppExecFwk::ControlType::ALLOWED_LIST; in CheckDisposedRule()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-appControl-sys.md746 controlType: appControl.ControlType.ALLOWED_LIST,
817 controlType: appControl.ControlType.ALLOWED_LIST,
845 | controlType | [ControlType](#controltype11) | Yes| Yes| Control type of application disposal.|
876 ### ControlType<sup>11+</sup>
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager.cpp525 disposedRule.controlType = ControlType::DISALLOWED_LIST; in SetDisposedRuleOnlyForBms()