Home
last modified time | relevance | path

Searched refs:GetType (Results 1 - 25 of 915) sorted by relevance

12345678910>>...37

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.cpp366 auto type = XComponentModel::GetInstance()->GetType(); in JsOnAppear()
376 auto type = XComponentModel::GetInstance()->GetType(); in JsOnDisAppear()
386 auto type = XComponentModel::GetInstance()->GetType(); in JsOnAttach()
396 auto type = XComponentModel::GetInstance()->GetType(); in JsOnDetach()
406 auto type = XComponentModel::GetInstance()->GetType(); in JsOnTouch()
416 auto type = XComponentModel::GetInstance()->GetType(); in JsOnClick()
426 auto type = XComponentModel::GetInstance()->GetType(); in JsOnKeyEvent()
436 auto type = XComponentModel::GetInstance()->GetType(); in JsOnMouse()
446 auto type = XComponentModel::GetInstance()->GetType(); in JsOnHover()
457 auto type = XComponentModel::GetInstance()->GetType(); in JsOnFocus()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/include/
H A Dmemory_manager.h40 virtual AllocatorType GetType();
49 AllocatorType GetType() override
59 AllocatorType GetType() override
69 AllocatorType GetType() override
/foundation/window/window_manager/interfaces/kits/napi/screenshot/
H A Dnative_screenshot_module.cpp57 static napi_valuetype GetType(napi_env env, napi_value root) in GetType() function
69 if (displayId != nullptr && GetType(env, displayId) == napi_number) { in GetDisplayId()
84 if (rotation != nullptr && GetType(env, rotation) == napi_number) { in GetRotation()
97 if (screenRect != nullptr && GetType(env, screenRect) == napi_object) { in GetScreenRect()
102 if (left != nullptr && GetType(env, left) == napi_number) { in GetScreenRect()
111 if (top != nullptr && GetType(env, top) == napi_number) { in GetScreenRect()
120 if (width != nullptr && GetType(env, width) == napi_number) { in GetScreenRect()
129 if (height != nullptr && GetType(env, height) == napi_number) { in GetScreenRect()
145 if (imageSize != nullptr && GetType(env, imageSize) == napi_object) { in GetImageSize()
148 if (width != nullptr && GetType(en in GetImageSize()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animator.cpp140 if (implicitAnimationParams_.top()->GetType() == ImplicitAnimationParamType::CANCEL) { in CloseImplicitAnimation()
192 if (implicitAnimationParams_.top()->GetType() != ImplicitAnimationParamType::CANCEL) { in CloseImplicitCancelAnimation()
286 implicitAnimationParams_.top()->GetType() != ImplicitAnimationParamType::KEYFRAME) { in EndImplicitKeyFrameAnimation()
322 implicitAnimationParams_.top()->GetType() != ImplicitAnimationParamType::KEYFRAME) { in EndImplicitDurationKeyFrameAnimation()
335 implicitAnimationParams_.top()->GetType() != ImplicitAnimationParamType::INVALID; in NeedImplicitAnimation()
349 (implicitAnimationParams_.top()->GetType() != ImplicitAnimationParamType::CANCEL && in EndImplicitAnimation()
350 implicitAnimationParams_.top()->GetType() != ImplicitAnimationParamType::CURVE && in EndImplicitAnimation()
351 implicitAnimationParams_.top()->GetType() != ImplicitAnimationParamType::SPRING && in EndImplicitAnimation()
352 implicitAnimationParams_.top()->GetType() != ImplicitAnimationParamType::INTERPOLATING_SPRING)) { in EndImplicitAnimation()
384 implicitAnimationParams_.top()->GetType() ! in EndImplicitPathAnimation()
[all...]
/foundation/ability/ability_base/test/unittest/want/
H A Dpatterns_matcher_test.cpp69 EXPECT_EQ(PatternsMatcherIn_->GetType(), (PatternsMatcherOut_->GetType())); in HWTEST_F()
88 EXPECT_EQ(PatternsMatcherIn_->GetType(), (PatternsMatcherOut_->GetType())); in HWTEST_F()
107 EXPECT_EQ(PatternsMatcherIn_->GetType(), (PatternsMatcherOut_->GetType())); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_controller_ng.cpp27 if (pattern->GetType() != XComponentType::SURFACE) { in GetGlobalPosition()
42 if (pattern->GetType() != XComponentType::SURFACE) { in GetSize()
58 if (pattern->GetType() != XComponentType::SURFACE) { in SetExtController()
69 if (extPattern->GetType() != XComponentType::SURFACE) { in SetExtController()
82 if (pattern->GetType() != XComponentType::SURFACE) { in ResetExtController()
90 if (extPattern->GetType() != XComponentType::SURFACE) { in ResetExtController()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_value_test.cpp35 EXPECT_EQ(dataValue.GetType(), StorageType::STORAGE_TYPE_NULL); in DataValueDefaultNullCheck()
46 EXPECT_EQ(dataValue.GetType(), StorageType::STORAGE_TYPE_REAL); in DataValueDoubleCheck()
64 EXPECT_EQ(dataValue.GetType(), StorageType::STORAGE_TYPE_INTEGER); in DataValueInt64Check()
81 EXPECT_EQ(dataValue.GetType(), StorageType::STORAGE_TYPE_TEXT); in DataValueStringCheck()
101 EXPECT_EQ(dataValue.GetType(), StorageType::STORAGE_TYPE_BLOB); in DataValueBlobCheck()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_utils.cpp43 napi_valuetype GetType(napi_env env, napi_value value) in GetType() function
174 if (GetType(env, jsLeft) != napi_undefined) { in ConvertRRectFromJs()
182 if (GetType(env, jsTop) != napi_undefined) { in ConvertRRectFromJs()
190 if (GetType(env, jsWidth) != napi_undefined) { in ConvertRRectFromJs()
198 if (GetType(env, jsHeight) != napi_undefined) { in ConvertRRectFromJs()
206 if (GetType(env, jsRadius) != napi_undefined) { in ConvertRRectFromJs()
226 if (GetType(env, jsPosX) != napi_undefined) { in ConvertDMRectFromJs()
234 if (GetType(env, jsPosY) != napi_undefined) { in ConvertDMRectFromJs()
242 if (GetType(env, jsWidth) != napi_undefined) { in ConvertDMRectFromJs()
250 if (GetType(en in ConvertDMRectFromJs()
[all...]
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/
H A Dgeometry.h29 virtual int32_t GetType() const = 0;
32 return GetType() == obj.GetType() in Equals()
/foundation/multimedia/av_codec/test/unittest/key_type_test/
H A Dkey_type_test.cpp98 int32_t GetType(const char * key) in GetType() function
191 auto type = GetType(key); in HWTEST_P()
212 auto type = GetType(key); in HWTEST_P()
233 auto type = GetType(key); in HWTEST_P()
254 auto type = GetType(key); in HWTEST_P()
275 auto type = GetType(key); in HWTEST_P()
296 auto type = GetType(key); in HWTEST_P()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_value.h227 return GetType() == Type::NONE; in IsNone()
232 return GetType() == Type::BOOLEAN; in IsBoolean()
237 return GetType() == Type::STRING; in IsString()
242 return GetType() == Type::DOUBLE; in IsDouble()
247 return GetType() == Type::INTEGER; in IsINTEGER()
252 return GetType() == Type::LIST; in IsList()
257 return GetType() == Type::DICTIONARY; in IsDictionary()
262 return GetType() == Type::BINARY; in IsBinary()
391 Type GetType() in GetType() function in OHOS::Ace::WebJavaScriptValue
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_interface_test.cpp82 ValueObjectType type = obj.GetType(); in HWTEST_F()
96 ValueObjectType type = obj.GetType(); in HWTEST_F()
113 ValueObjectType type = obj.GetType(); in HWTEST_F()
130 ValueObjectType type = obj.GetType(); in HWTEST_F()
147 ValueObjectType type = obj.GetType(); in HWTEST_F()
170 ValueObjectType type = obj1.GetType(); in HWTEST_F()
195 ValueObjectType type = obj.GetType(); in HWTEST_F()
278 ValueObjectType type = obj.GetType(); in HWTEST_F()
288 type = obj.GetType(); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_result_set.cpp161 int type = object.GetType(); in GetBlob()
179 int type = object.GetType(); in GetString()
207 int type = object.GetType(); in GetLong()
224 int type = object.GetType(); in GetDouble()
461 if (valueObject.GetType() == ValueObject::TYPE_NULL) { in GetAsset()
465 if (valueObject.GetType() != ValueObject::TYPE_ASSET) { in GetAsset()
466 LOG_ERROR("failed, type is %{public}d, col is %{public}d!", valueObject.GetType(), col); in GetAsset()
481 if (valueObject.GetType() == ValueObject::TYPE_NULL) { in GetAssets()
485 if (valueObject.GetType() != ValueObject::TYPE_ASSETS) { in GetAssets()
486 LOG_ERROR("failed, type is %{public}d, col is %{public}d!", valueObject.GetType(), co in GetAssets()
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_base_interface_test.cpp32 EXPECT_TRUE(GetType(NULL) == WIFI_HAL_SUCCESS); in HWTEST_F()
34 EXPECT_TRUE(GetType(&type) == WIFI_HAL_SUCCESS); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dbase_impl.h32 virtual AdapterType GetType() const = 0;
37 return (GetType() == T::TYPE); in IsInstanceOf()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_model.h82 virtual SpringModelType GetType() const = 0;
103 SpringModelType GetType() const override;
124 SpringModelType GetType() const override;
146 SpringModelType GetType() const override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_modifier.h69 virtual RSModifierType GetType() in GetType() function in OHOS::Rosen::RSRenderModifier
77 return modifierTypeString->GetModifierTypeString(GetType()); in GetModifierTypeString()
123 RSModifierType GetType() override
154 RSModifierType GetType() override
280 RSModifierType GetType() override
297 RSModifierType GetType() override
316 RSModifierType GetType() override
335 RSModifierType GetType() override { return (RSModifierType::MODIFIER_TYPE); } \
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dinstance_norm_builder.cpp81 if (m_paramMap.find(tensor->GetType()) != m_paramMap.end()) { in Build()
82 ret = (this->*(m_paramMap[tensor->GetType()]))(tensor); in Build()
84 LOGE("[InstanceNorm] Build failed, param invalid, type=%d", tensor->GetType()); in Build()
H A Donehot_builder.cpp79 if (m_paramMap.find(tensor->GetType()) != m_paramMap.end()) { in Build()
80 returnCode = (this->*(m_paramMap[tensor->GetType()]))(tensor); in Build()
82 LOGE("[Onehot] Build failed, param invalid, type=%d", tensor->GetType()); in Build()
H A Dtile_builder.cpp88 if (m_paramMap.find(tensor->GetType()) != m_paramMap.end()) { in Build()
89 returnCode = (this->*(m_paramMap[tensor->GetType()]))(tensor); in Build()
91 LOGE("[TileBuilder] Build failed, param invalid, type=%d", tensor->GetType()); in Build()
H A Dbroadcast_to_builder.cpp83 if (m_paramMap.find(tensor->GetType()) != m_paramMap.end()) { in Build()
84 ret = (this->*(m_paramMap[tensor->GetType()]))(tensor); in Build()
86 LOGE("[BroadcastTo] Build failed, param invalid, type=%d", tensor->GetType()); in Build()
H A Dbatchnorm_builder.cpp85 if (m_paramMap.find(tensor->GetType()) != m_paramMap.end()) { in Build()
86 returnCode = (this->*(m_paramMap[tensor->GetType()]))(tensor); in Build()
88 LOGE("[BatchNorm] Build failed, param invalid, type=%d", tensor->GetType()); in Build()
H A Dgelu_builder.cpp81 if (m_paramMap.find(tensor->GetType()) != m_paramMap.end()) { in Build()
82 returnCode = (this->*(m_paramMap[tensor->GetType()]))(tensor); in Build()
84 LOGE("[Gelu] Build failed, param invalid, type=%d", tensor->GetType()); in Build()
H A Dspace_to_depth_builder.cpp86 if (m_paramMap.find(tensor->GetType()) != m_paramMap.end()) { in Build()
87 ret = (this->*(m_paramMap[tensor->GetType()]))(tensor); in Build()
89 LOGE("[SpaceToDepth] Build failed, param invalid, type=%d", tensor->GetType()); in Build()
H A Dadd_builder.cpp84 if (m_paramMap.find(tensor->GetType()) != m_paramMap.end()) { in Build()
85 ret = (this->*(m_paramMap[tensor->GetType()]))(tensor); in Build()
87 LOGE("[Add] Build failed, param invalid, type=%d", tensor->GetType()); in Build()

Completed in 16 milliseconds

12345678910>>...37