Home
last modified time | relevance | path

Searched refs:childName (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_runtime_effect.cpp44 for (const auto& childName : childNames) { in GlslToSksl()
45 std::string pattern(childName + R"(\((.*?)\))"); in GlslToSksl()
46 std::string replacement = childName + ".eval($1)"; in GlslToSksl()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp955 auto childName = child->GetName(); in BuildChildrenIterateOver() local
956 if (!childName.empty() && childName.find("/") == BASE_NS::string_view::npos && in BuildChildrenIterateOver()
957 !childName.starts_with(MULTI_MESH_CHILD_PREFIX)) { in BuildChildrenIterateOver()
959 childPath.append(childName); in BuildChildrenIterateOver()
963 [childPath, childName](auto selfObject) { in BuildChildrenIterateOver()
966 if (auto child = interface_pointer_cast<SCENE_NS::INode>(self->FindByName(childName))) { in BuildChildrenIterateOver()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp424 string childName = (parent == FUSE_ROOT_ID) ? parentName + name : parentName + "/" + name; in CloudDoLookupHelper() local
429 child = FindNode(data, childName); in CloudDoLookupHelper()
438 LOGE("lookup %s error, err: %{public}d", GetAnonyString(childName).c_str(), err); in CloudDoLookupHelper()
445 child->path = childName; in CloudDoLookupHelper()
459 LOGW("invalidate %s", childName.c_str()); in CloudDoLookupHelper()
588 static void fuse_inval(fuse_session *se, fuse_ino_t parentIno, fuse_ino_t childIno, const string &childName) in fuse_inval() argument
590 auto task = [se, parentIno, childIno, childName] { in fuse_inval()
591 if (fuse_lowlevel_notify_inval_entry(se, parentIno, childName.c_str(), childName.size())) { in fuse_inval()

Completed in 5 milliseconds