Lines Matching defs:name
717 const auto& nameItem = curveConfig.GetProp("name");
719 std::string name = nameItem.stringValue_;
720 if (name == "cubic" && curveConfig.IsFloats() && curveConfig.floatsValue_ != nullptr &&
723 keyboardCurveName = name;
731 auto iter = curveMap.find(name);
733 keyboardCurveName = name;
767 const auto& nameItem = curveConfig.GetProp("name");
769 std::string name = nameItem.stringValue_;
770 if (name == "cubic" && curveConfig.IsFloats() && curveConfig.floatsValue_ != nullptr &&
779 if (auto iter = curveMap.find(name); iter != curveMap.end()) {
1054 WLOGI("DestroyWindow windowId: %{public}u, name:%{public}s state: %{public}u",