Searched refs:xcId (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | xcomponent_model_impl.cpp | 39 auto deleteCallback = [xcId = id.value_or("")]() { in Create() 40 XComponentComponentClient::GetInstance().DeleteFromXcomponentsMapById(xcId); in Create() 41 XComponentClient::GetInstance().DeleteControllerFromJSXComponentControllersMap(xcId); in Create()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 50 std::optional<std::string> xcId = std::nullopt; member 160 testProperty.xcId = XCOMPONENT_ID; in SetUpTestSuite() 172 auto xcId = testProperty.xcId; in CreateXComponentNode() local 176 XComponentModelNG().Create(xcId, xcType, libraryName, xcomponentController); in CreateXComponentNode() 1282 testProperty.xcId = std::nullopt; 1287 …faceCreated = [&onSurfaceCreatedSurfaceId](const std::string& surfaceId, const std::string& xcId) { in __anon3398720b1302() argument 1293 …Destroyed = [&onSurfaceDestroyedSurfaceId](const std::string& surfaceId, const std::string& xcId) { in __anon3398720b1502() argument
|
H A D | xcomponent_property_test_ng.cpp | 50 std::optional<std::string> xcId = std::nullopt; member 105 testProperty.xcId = XCOMPONENT_ID; in SetUpTestSuite() 117 auto xcId = testProperty.xcId; in CreateXComponentNode() local 121 XComponentModelNG().Create(xcId, xcType, libraryName, xcomponentController); in CreateXComponentNode() 1609 …faceCreated = [&onSurfaceCreatedSurfaceId](const std::string& surfaceId, const std::string& xcId) { in __anon9fa1cc8f0402() argument 1615 …Destroyed = [&onSurfaceDestroyedSurfaceId](const std::string& surfaceId, const std::string& xcId) { in __anon9fa1cc8f0602() argument 1673 …faceCreated = [&onSurfaceCreatedSurfaceId](const std::string& surfaceId, const std::string& xcId) { in __anon9fa1cc8f0702() argument 1679 …Destroyed = [&onSurfaceDestroyedSurfaceId](const std::string& surfaceId, const std::string& xcId) { in __anon9fa1cc8f0902() argument
|