Home
last modified time | relevance | path

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

/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/picker/
H A Dcamera_picker_napi.h39 enum class PickerContextType : uint32_t { UNKNOWN, UI_EXTENSION, ABILITY }; member in OHOS::CameraStandard::PickerContextType
44 type_ = PickerContextType::UI_EXTENSION; in PickerContextProxy()
73 case PickerContextType::UI_EXTENSION: { in GetUIContent()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dconstants.h48 UI_EXTENSION, // ui extension member in OHOS::Ace::UIContentType
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Ddisposed_rule.h30 UI_EXTENSION = 2, member in OHOS::AppExecFwk::ComponentType
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/
H A Dservice_info.h34 UI_EXTENSION = 2 member in OHOS::AbilityRuntime::BusinessType::ComponentType
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Ddisposed_observer.cpp73 if (disposedRule_.componentType == AppExecFwk::ComponentType::UI_EXTENSION) { in OnPageShow()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension_ability_thread.cpp33 constexpr static char UI_EXTENSION[] = "UIExtensionAbility"; member
116 abilityName = UI_EXTENSION; in CreateAbilityName()
H A Dfa_ability_thread.cpp59 constexpr static char UI_EXTENSION[] = "UIExtensionAbility"; member
214 abilityName = UI_EXTENSION; in CreateAbilityName()
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Ddisposed_rule_interceptor.cpp66 if (disposedRule.componentType == AppExecFwk::ComponentType::UI_EXTENSION) { in DoProcess()
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dbundle_info_resolve_util.h146 purposeInfo.componentType = ComponentType::UI_EXTENSION; in ConvertExtAbilityToPurposes()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/
H A Djs_app_control.cpp555 if (componentType > static_cast<int32_t>(ComponentType::UI_EXTENSION) || in ParseDiposedRule()
761 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(ComponentType::UI_EXTENSION), in CreateComponentType()
763 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "UI_EXTENSION", in CreateComponentType()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/picker/
H A Dcamera_picker_napi.cpp82 if (contextProxy->GetType() == PickerContextType::UI_EXTENSION) { in GetAbilityContext()
83 MEDIA_INFO_LOG("GetAbilityContext type is UI_EXTENSION"); in GetAbilityContext()

Completed in 8 milliseconds