Searched refs:IsAttached (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | frame_node_modifier.cpp | 374 ArkUI_Bool IsAttached(ArkUINodeHandle node) in IsAttached() function 609 …GetMeasuredSize, GetLayoutPosition, GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspect… in GetFrameNodeModifier() 625 …GetMeasuredSize, GetLayoutPosition, GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspect… in GetCJUIFrameNodeModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_frame_node_bridge.h | 88 static ArkUINativeModuleValue IsAttached(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_frame_node_bridge.cpp | 1267 ArkUINativeModuleValue FrameNodeBridge::IsAttached(ArkUIRuntimeCallInfo* runtimeCallInfo) in IsAttached() function in OHOS::Ace::NG::FrameNodeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3751 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), FrameNodeBridge::IsAttached)); in RegisterFrameNodeAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_pattern.h | 86 bool IsAttached() const in IsAttached() function
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.h | 564 bool IsAttached() const;
|
H A D | component.cpp | 1774 bool Component::IsAttached() const in IsAttached() function in OHOS::ACELite::Component 1794 if (parent != nullptr && !currComponent->IsAttached()) { in BuildViewTree()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 317 bool IsAttached() in IsAttached() function
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/appexecfwk_appkit_native_app_module_test/ |
H A D | appexecfwk_appkit_native_app_module_test_first.cpp | 119 EXPECT_EQ(false, mockAppMgr->IsAttached());
|