/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/ |
H A D | h264_frame.h | 99 auto type = H264_TYPE(*nalPtr); variable
|
/foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_callback/ |
H A D | js_ability_auto_startup_manager_utils.cpp | 58 napi_valuetype type; in IsNormalObject() local
|
/foundation/ability/ability_runtime/test/moduletest/ability_test/ |
H A D | data_ability_operation_module_test.cpp | 70 int type = operation->GetType(); in HWTEST_F() local
|
/foundation/ability/ability_runtime/services/common/include/ |
H A D | ui_extension_utils.h | 72 inline bool IsUIExtension(const AppExecFwk::ExtensionAbilityType type) in IsUIExtension() argument 77 inline bool IsSystemUIExtension(const AppExecFwk::ExtensionAbilityType type) in IsSystemUIExtension() argument 112 inline bool IsSystemCallerNeeded(const AppExecFwk::ExtensionAbilityType type) in IsSystemCallerNeeded() argument 127 inline bool IsPublicForEmbedded(const AppExecFwk::ExtensionAbilityType type) in IsPublicForEmbedded() argument 141 inline bool IsPublicForConstrainedEmbedded(const AppExecFwk::ExtensionAbilityType type) in IsPublicForConstrainedEmbedded() argument 150 IsEnterpriseAdmin(const AppExecFwk::ExtensionAbilityType type) IsEnterpriseAdmin() argument 157 IsWindowExtension(const AppExecFwk::ExtensionAbilityType type) IsWindowExtension() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_manager_impl.cpp | 166 RefPtr<Theme> ThemeManagerImpl::GetTheme(ThemeType type) in GetTheme() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | click_spring_effect.cpp | 48 void ClickSpringEffect::ShowAnimation(TouchType touchType, ClickSpringEffectType type) in ShowAnimation() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/input/ |
H A D | input_declaration.h | 25 std::pair<std::string, bool> type = { "text", true }; member
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
H A D | xcomponent_delegate.h | 43 XComponentDelegate(const WeakPtr<XComponentComponent>& xcomponentComponent, const WeakPtr<PipelineContext>& context, ErrorCallback&& onError, const std::string& type) XComponentDelegate() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/ |
H A D | rich_text_resource.h | 45 RichTextResource(const std::string& type, in RichTextResource() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
H A D | rich_text_component.h | 44 void SetType(const std::string& type) in SetType() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | text_utils.h | 51 inline bool IsSameCharType(const std::wstring& wstring, int32_t position, CharType type) in IsSameCharType() argument 56 inline int32_t FindSameCharTypeStart(const std::wstring& wstring, int32_t position, CharType type) in FindSameCharTypeStart() argument 66 inline int32_t FindSameCharTypeEnd(const std::wstring& wstring, int32_t position, int32_t length, CharType type) in FindSameCharTypeEnd() argument 81 CharType type = GetCharType(wstring, position); in GetRangeOfSameType() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | input_event_hub.cpp | 102 void InputEventHub::SetHoverEffect(HoverEffectType type) in SetHoverEffect() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/ |
H A D | navigator_event_hub.h | 58 void SetType(NavigatorType type) in SetType() argument
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | scene_created_test.cpp | 75 AbilityType type = AbilityType::PAGE; in HWTEST_F() local 102 AbilityType type = AbilityType::PAGE; in HWTEST_F() local 133 AbilityType type = AbilityType::PAGE; in HWTEST_F() local 161 AbilityType type in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_property.h | 130 UpdateDialogMargin(bool isRtl, MarginProperty& margin, const RefPtr<DialogTheme>& dialogTheme, bool isLessThanTwelve, ModuleDialogType type) UpdateDialogMargin() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_progress_ffi.cpp | 34 void FfiOHOSAceFrameworkProgressCreate(double value, double total, int32_t type) in FfiOHOSAceFrameworkProgressCreate() argument
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_convertor.cpp | 20 Global::Resource::DeviceType ConvertDeviceTypeToGlobal(DeviceType type) in ConvertDeviceTypeToGlobal() argument 112 DeviceType ConvertDeviceTypeToAce(Global::Resource::DeviceType type) in ConvertDeviceTypeToAce() argument
|
/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | unstack_test.cpp | 49 SaveParamsTensor(OH_NN_DataType dataType, const std::vector<int32_t> &dim, const OH_NN_QuantParam* quantParam, OH_NN_TensorType type) SaveParamsTensor() argument [all...] |
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_convertor.cpp | 20 Global::Resource::DeviceType ConvertDeviceTypeToGlobal(DeviceType type) in ConvertDeviceTypeToGlobal() argument 88 DeviceType ConvertDeviceTypeToAce(Global::Resource::DeviceType type) in ConvertDeviceTypeToAce() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/codec/ |
H A D | standard_codec_buffer_operator.cpp | 44 bool StandardCodecBufferReader::ReadType(BufferDataType& type) in ReadType() argument 56 BufferDataType type = BufferDataType::TYPE_NULL; in ReadMapSize() local 91 BufferDataType type = BufferDataType::TYPE_NULL; in ReadData() local 135 WriteType(BufferDataType type) WriteType() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | page_transition_model_impl.cpp | 95 void PageTransitionModelImpl::CreateTransition(PageTransitionType type, const PageTransitionOption& option) in CreateTransition() argument
|
/foundation/arkui/ace_engine/test/mock/adapter/ |
H A D | mock_ace_container.cpp | 53 Rosen::AvoidArea AceContainer::GetAvoidAreaByType(Rosen::AvoidAreaType type) in GetAvoidAreaByType() argument
|
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/ |
H A D | touch_point.py | 31 type = '' variable in TouchPoint
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_transition_model_ng.cpp | 80 void PageTransitionModelNG::CreateTransition(PageTransitionType type, const PageTransitionOption& option) in CreateTransition() argument
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | raw_recognizer.cpp | 111 CreateTouchEventInfo( const std::string& type, const TouchEvent& point, bool ignoreCurrent) const CreateTouchEventInfo() argument [all...] |