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 D | camera_picker_napi.h | 39 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 D | constants.h | 48 UI_EXTENSION, // ui extension member in OHOS::Ace::UIContentType
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | disposed_rule.h | 30 UI_EXTENSION = 2, member in OHOS::AppExecFwk::ComponentType
|
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/ |
H A D | service_info.h | 34 UI_EXTENSION = 2
member in OHOS::AbilityRuntime::BusinessType::ComponentType
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | disposed_observer.cpp | 73 if (disposedRule_.componentType == AppExecFwk::ComponentType::UI_EXTENSION) { in OnPageShow()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | extension_ability_thread.cpp | 33 constexpr static char UI_EXTENSION[] = "UIExtensionAbility"; member 116 abilityName = UI_EXTENSION; in CreateAbilityName()
|
H A D | fa_ability_thread.cpp | 59 constexpr static char UI_EXTENSION[] = "UIExtensionAbility"; member 214 abilityName = UI_EXTENSION; in CreateAbilityName()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | disposed_rule_interceptor.cpp | 66 if (disposedRule.componentType == AppExecFwk::ComponentType::UI_EXTENSION) { in DoProcess()
|
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/ |
H A D | bundle_info_resolve_util.h | 146 purposeInfo.componentType = ComponentType::UI_EXTENSION; in ConvertExtAbilityToPurposes()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/ |
H A D | js_app_control.cpp | 555 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 D | camera_picker_napi.cpp | 82 if (contextProxy->GetType() == PickerContextType::UI_EXTENSION) { in GetAbilityContext() 83 MEDIA_INFO_LOG("GetAbilityContext type is UI_EXTENSION"); in GetAbilityContext()
|
Completed in 8 milliseconds